Wayland: Fix broken build

Regression caused by e9560ef021.
This commit is contained in:
Emmanuel Gil Peyrot
2017-03-03 17:51:40 +00:00
parent 5b306f0390
commit 0e0862cfc7
3 changed files with 19 additions and 6 deletions
+3 -2
View File
@@ -33,10 +33,11 @@ elseif (_GLFW_X11)
endif()
elseif (_GLFW_WAYLAND)
set(glfw_HEADERS ${common_HEADERS} wl_platform.h linux_joystick.h
posix_time.h posix_tls.h xkb_unicode.h egl_context.h)
posix_time.h posix_tls.h xkb_unicode.h egl_context.h
osmesa_context.h)
set(glfw_SOURCES ${common_SOURCES} wl_init.c wl_monitor.c wl_window.c
linux_joystick.c posix_time.c posix_tls.c xkb_unicode.c
egl_context.c)
egl_context.c osmesa_context.c)
ecm_add_wayland_client_protocol(glfw_SOURCES
PROTOCOL