Add wp_viewporter support

This commit is contained in:
Emmanuel Gil Peyrot
2017-12-19 19:04:28 +01:00
committed by linkmauve
parent 9a7656364e
commit 79e16baca3
3 changed files with 11 additions and 0 deletions
+4
View File
@@ -43,6 +43,10 @@ elseif (_GLFW_WAYLAND)
PROTOCOL
"${WAYLAND_PROTOCOLS_PKGDATADIR}/stable/xdg-shell/xdg-shell.xml"
BASENAME xdg-shell)
ecm_add_wayland_client_protocol(glfw_SOURCES
PROTOCOL
"${WAYLAND_PROTOCOLS_PKGDATADIR}/stable/viewporter/viewporter.xml"
BASENAME viewporter)
ecm_add_wayland_client_protocol(glfw_SOURCES
PROTOCOL
"${WAYLAND_PROTOCOLS_PKGDATADIR}/unstable/relative-pointer/relative-pointer-unstable-v1.xml"