aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Kerling <pkerling@casix.org>2018-01-16 10:06:22 +0100
committerPhilipp Kerling <pkerling@casix.org>2018-01-16 10:06:22 +0100
commit27a2e3d362b6ba04e5f1a558ad30a519a3d5a8bb (patch)
treeefef35881467f71cc2e1561a024b78fb9f07b2d4
parent2292165445877e56ba70d3607510662b18f62d6d (diff)
Revert "[cmake] [wayland] Require wayland-protocols >= 1.12 for xdg_wm_base"
This reverts commit 6b1e800e11ab82b544b4ff1883b789547d5cc01c.
-rw-r--r--cmake/platform/linux/wayland.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/platform/linux/wayland.cmake b/cmake/platform/linux/wayland.cmake
index 74837acac1..f42dbf5e93 100644
--- a/cmake/platform/linux/wayland.cmake
+++ b/cmake/platform/linux/wayland.cmake
@@ -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\"")