From 27a2e3d362b6ba04e5f1a558ad30a519a3d5a8bb Mon Sep 17 00:00:00 2001 From: Philipp Kerling Date: Tue, 16 Jan 2018 10:06:22 +0100 Subject: Revert "[cmake] [wayland] Require wayland-protocols >= 1.12 for xdg_wm_base" This reverts commit 6b1e800e11ab82b544b4ff1883b789547d5cc01c. --- cmake/platform/linux/wayland.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\"") -- cgit v1.2.3