[client] wayland: add keyboard typing handling with xkbcommon

This commit is contained in:
Quantum
2021-08-14 00:20:34 -04:00
committed by Geoffrey McRae
parent 9414449408
commit 7045760490
3 changed files with 91 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ find_package(PkgConfig)
pkg_check_modules(DISPLAYSERVER_Wayland REQUIRED IMPORTED_TARGET
wayland-client
wayland-cursor
xkbcommon
)
set(DISPLAYSERVER_Wayland_OPT_PKGCONFIG_LIBRARIES "")