bar/wayland: cursor support

This implements backend.set_cursor().
This commit is contained in:
Daniel Eklöf 2019-02-03 13:13:10 +01:00
parent 130043a259
commit 47ac57dd03
2 changed files with 65 additions and 3 deletions

View file

@ -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)