aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Kerling <pkerling@casix.org>2018-01-08 13:19:17 +0100
committerPhilipp Kerling <pkerling@casix.org>2018-01-14 14:31:17 +0100
commit6b1e800e11ab82b544b4ff1883b789547d5cc01c (patch)
treea6f493585742900d7600222a59e105182080f428
parentd57c79deafe681a6f1e523d58c24ceed714a46bc (diff)
[cmake] [wayland] Require wayland-protocols >= 1.12 for xdg_wm_base
-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 f42dbf5e93..74837acac1 100644
--- a/cmake/platform/linux/wayland.cmake
+++ b/cmake/platform/linux/wayland.cmake
@@ -1,4 +1,4 @@
-set(PLATFORM_REQUIRED_DEPS EGL WaylandProtocols>=1.7 Waylandpp>=0.2.2 LibDRM Xkbcommon>=0.4.1)
+set(PLATFORM_REQUIRED_DEPS EGL WaylandProtocols>=1.12 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\"")