mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-23 18:45:39 +02:00
bar/wayland: cursor support
This implements backend.set_cursor().
This commit is contained in:
parent
130043a259
commit
47ac57dd03
2 changed files with 65 additions and 3 deletions
|
@ -26,7 +26,7 @@ find_package(PkgConfig REQUIRED)
|
|||
pkg_check_modules(XCB REQUIRED xcb xcb-aux xcb-cursor xcb-event xcb-ewmh
|
||||
xcb-randr xcb-render)
|
||||
pkg_check_modules(XCB_ERRORS xcb-errors)
|
||||
pkg_check_modules(WAYLAND REQUIRED wayland-client wlroots)
|
||||
pkg_check_modules(WAYLAND REQUIRED wayland-client wayland-cursor wlroots)
|
||||
pkg_check_modules(FONTCONFIG REQUIRED fontconfig)
|
||||
pkg_check_modules(CAIRO REQUIRED cairo cairo-xcb cairo-ft)
|
||||
pkg_check_modules(YAML REQUIRED yaml-0.1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue