aboutsummaryrefslogtreecommitdiffstats
path: root/swaybg
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-11-18 19:38:42 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-11-18 19:38:42 -0500
commit7a40eb6de646ffd50aa7b5b60f3c05273c0a6951 (patch)
treeaa3cac15c63d8af7cbb9598163a1f41db5738241 /swaybg
parentGenerate protocol headers (diff)
downloadsway-7a40eb6de646ffd50aa7b5b60f3c05273c0a6951.tar.gz
sway-7a40eb6de646ffd50aa7b5b60f3c05273c0a6951.tar.zst
sway-7a40eb6de646ffd50aa7b5b60f3c05273c0a6951.zip
Support cursors over wayland clients
Apparently wayland has fucking client-side cursors, too
Diffstat (limited to 'swaybg')
-rw-r--r--swaybg/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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
26 ${proto-xdg-shell} 26 ${proto-xdg-shell}
27) 27)
28 28
29TARGET_LINK_LIBRARIES(swaybg ${WAYLAND_CLIENT_LIBRARIES} ${CAIRO_LIBRARIES} ${PANGO_LIBRARIES} m) 29TARGET_LINK_LIBRARIES(swaybg ${WAYLAND_CLIENT_LIBRARIES} ${WAYLAND_CURSOR_LIBRARIES} ${CAIRO_LIBRARIES} ${PANGO_LIBRARIES} m)
30 30
31install( 31install(
32 TARGETS swaybg 32 TARGETS swaybg