summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2018-02-13 07:59:45 -0800
committerSam Lantinga <slouken@libsdl.org>2018-02-13 07:59:45 -0800
commitdace7062d0a6a7469ea666515f7e8aa54c1bbe28 (patch)
tree454c4f1503af1c9ad6e487782af5b1d4121065f1 /cmake
parente02aad51977bd276e7789d84dd860e0f85807e2a (diff)
downloadsdl-dace7062d0a6a7469ea666515f7e8aa54c1bbe28.tar.gz
Fixed bug 4081 - sdlchecks.cmake: typo introduced by rev11848 breaks building with wayland support
Diffstat (limited to '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 b21010569..bcc14f119 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, xdg-shell-unstable-v6)
+ 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()