diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2015-11-18 19:38:42 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2015-11-18 19:38:42 -0500 |
| commit | 9ebd31bd8acadfcdc77e31eb1e693683a8b26fdc (patch) | |
| tree | aa3cac15c63d8af7cbb9598163a1f41db5738241 /swaybg | |
| parent | 4a165a2ea11a55b04758b1c590e4207ff2909a28 (diff) | |
Support cursors over wayland clients
Apparently wayland has fucking client-side cursors, too
Diffstat (limited to 'swaybg')
| -rw-r--r-- | swaybg/CMakeLists.txt | 2 |
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 ${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 |
