wayland: Add keyboard support

Adds libxkbcommon as a dependency when enabling the Wayland backend.
This commit is contained in:
Jonas Ådahl
2014-06-29 23:09:21 +02:00
parent 2f71bfc152
commit 9ac854b7bb
5 changed files with 297 additions and 8 deletions
+1 -1
View File
@@ -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)