[client] wayland: implement support for other cursors

This commit is contained in:
Quantum
2021-07-29 17:34:17 -04:00
committed by Geoffrey McRae
parent da28db2ca4
commit 11a5864969
4 changed files with 86 additions and 15 deletions

View File

@@ -4,6 +4,7 @@ project(displayserver_Wayland LANGUAGES C)
find_package(PkgConfig)
pkg_check_modules(DISPLAYSERVER_Wayland REQUIRED IMPORTED_TARGET
wayland-client
wayland-cursor
)
set(DISPLAYSERVER_Wayland_OPT_PKGCONFIG_LIBRARIES "")