From 421d5858e9290dc33346193301cd080a1fd62e22 Mon Sep 17 00:00:00 2001 From: Bernhard Miklautz Date: Wed, 21 Jan 2015 12:33:39 +0100 Subject: [PATCH] build: set minimum wayland version to 1.3.0 --- cmake/FindWayland.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/FindWayland.cmake b/cmake/FindWayland.cmake index 36c384c..a34fdb2 100644 --- a/cmake/FindWayland.cmake +++ b/cmake/FindWayland.cmake @@ -28,7 +28,7 @@ # limitations under the License. #============================================================================= -set(REQUIRED_WAYLAND_CLIENT_VERSION 0.95) +set(REQUIRED_WAYLAND_CLIENT_VERSION 1.3.0) include(FindPkgConfig) if(PKG_CONFIG_FOUND) -- 2.7.4