Navigation Menu

Skip to content

Commit

Permalink
Fixed bug 4081 - sdlchecks.cmake: typo introduced by rev11848 breaks …
Browse files Browse the repository at this point in the history
…building with wayland support
  • Loading branch information
slouken committed Feb 13, 2018
1 parent 8a1ae70 commit 4ff16ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/sdlchecks.cmake
Expand Up @@ -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()
Expand Down

0 comments on commit 4ff16ba

Please sign in to comment.