Support cursors over wayland clients

Apparently wayland has fucking client-side cursors, too
This commit is contained in:
Drew DeVault 2015-11-18 19:38:42 -05:00
parent 929537c158
commit 7a40eb6de6
4 changed files with 60 additions and 4 deletions

View file

@ -26,7 +26,7 @@ add_executable(swaybg
${proto-xdg-shell}
)
TARGET_LINK_LIBRARIES(swaybg ${WAYLAND_CLIENT_LIBRARIES} ${CAIRO_LIBRARIES} ${PANGO_LIBRARIES} m)
TARGET_LINK_LIBRARIES(swaybg ${WAYLAND_CLIENT_LIBRARIES} ${WAYLAND_CURSOR_LIBRARIES} ${CAIRO_LIBRARIES} ${PANGO_LIBRARIES} m)
install(
TARGETS swaybg