summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2015-11-18 19:38:42 -0500
committerDrew DeVault <sir@cmpwn.com>2015-11-18 19:38:42 -0500
commit2d43bb10064b7e373584c75ff849dff3571641d8 (patch)
tree5fdb157841706fffed874367ad2d395c2ca008a1 /CMakeLists.txt
parentafbfe46605294154c77c7e62dcfbe046f3e05bd1 (diff)
downloadswaybg-2d43bb10064b7e373584c75ff849dff3571641d8.tar.gz
swaybg-2d43bb10064b7e373584c75ff849dff3571641d8.tar.bz2
Support cursors over wayland clients
Apparently wayland has fucking client-side cursors, too
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5cf4ff0..7f0556d 100644
--- a/CMakeLists.txt
+++ b/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