summaryrefslogtreecommitdiff
path: root/cmake/sdlchecks.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/sdlchecks.cmake')
-rw-r--r--cmake/sdlchecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/sdlchecks.cmake b/cmake/sdlchecks.cmake
index 91e2f9792..4093594d4 100644
--- a/cmake/sdlchecks.cmake
+++ b/cmake/sdlchecks.cmake
@@ -685,7 +685,7 @@ macro(CheckWayland)
WaylandProtocolGen("${WAYLAND_SCANNER}" "${WAYLAND_CORE_PROTOCOL_DIR}/wayland.xml" "wayland")
- foreach(_PROTL relative-pointer-unstable-v1 pointer-constraints-unstable-v1)
+ foreach(_PROTL relative-pointer-unstable-v1 pointer-constraints-unstable-v1, xdg-shell-unstable-v6)
string(REGEX REPLACE "\\-unstable\\-.*$" "" PROTSUBDIR ${_PROTL})
WaylandProtocolGen("${WAYLAND_SCANNER}" "${WAYLAND_PROTOCOLS_DIR}/unstable/${PROTSUBDIR}/${_PROTL}.xml" "${_PROTL}")
endforeach()