From 7a40eb6de646ffd50aa7b5b60f3c05273c0a6951 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 18 Nov 2015 19:38:42 -0500 Subject: Support cursors over wayland clients Apparently wayland has fucking client-side cursors, too --- swaybg/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'swaybg') diff --git a/swaybg/CMakeLists.txt b/swaybg/CMakeLists.txt index 5cf4ff05..7f0556df 100644 --- a/swaybg/CMakeLists.txt +++ b/swaybg/CMakeLists.txt @@ -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 -- cgit v1.2.3-54-g00ecf