mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 22:55:46 +00:00
wayland: Add keyboard support
Adds libxkbcommon as a dependency when enabling the Wayland backend.
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ elseif (_GLFW_WAYLAND)
|
||||
posix_time.h posix_tls.h)
|
||||
set(glfw_SOURCES ${common_SOURCES} wl_clipboard.c wl_gamma.c wl_init.c
|
||||
wl_monitor.c wl_window.c linux_joystick.c posix_time.c
|
||||
posix_tls.c)
|
||||
posix_tls.c xkb_unicode.c xkb_unicode.h)
|
||||
endif()
|
||||
|
||||
if (_GLFW_EGL)
|
||||
|
||||
Reference in New Issue
Block a user