mirror of
https://github.com/glfw/glfw.git
synced 2025-10-04 13:46:37 +00:00
Wayland: Add xdg-shell to the build system
This commit is contained in:
parent
cfdf364915
commit
1e319f2875
@ -39,6 +39,10 @@ elseif (_GLFW_WAYLAND)
|
||||
linux_joystick.c posix_time.c posix_thread.c xkb_unicode.c
|
||||
egl_context.c osmesa_context.c)
|
||||
|
||||
ecm_add_wayland_client_protocol(glfw_SOURCES
|
||||
PROTOCOL
|
||||
"${WAYLAND_PROTOCOLS_PKGDATADIR}/stable/xdg-shell/xdg-shell.xml"
|
||||
BASENAME xdg-shell)
|
||||
ecm_add_wayland_client_protocol(glfw_SOURCES
|
||||
PROTOCOL
|
||||
"${WAYLAND_PROTOCOLS_PKGDATADIR}/unstable/relative-pointer/relative-pointer-unstable-v1.xml"
|
||||
|
Loading…
Reference in New Issue
Block a user