mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
Support cursors over wayland clients
Apparently wayland has fucking client-side cursors, too
This commit is contained in:
parent
929537c158
commit
7a40eb6de6
4 changed files with 60 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue