Skip to content

Commit

Permalink
Revert "[cmake] [wayland] Require wayland-protocols >= 1.12 for xdg_w…
Browse files Browse the repository at this point in the history
…m_base"

This reverts commit 6b1e800.
  • Loading branch information
pkerling committed Jan 16, 2018
1 parent 2292165 commit 27a2e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/platform/linux/wayland.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(PLATFORM_REQUIRED_DEPS EGL WaylandProtocols>=1.12 Waylandpp>=0.2.2 LibDRM Xkbcommon>=0.4.1)
set(PLATFORM_REQUIRED_DEPS EGL WaylandProtocols>=1.7 Waylandpp>=0.2.2 LibDRM Xkbcommon>=0.4.1)
set(PLATFORM_OPTIONAL_DEPS VAAPI)

set(WAYLAND_RENDER_SYSTEM "" CACHE STRING "Render system to use with Wayland: \"gl\" or \"gles\"")
Expand Down

0 comments on commit 27a2e3d

Please sign in to comment.