From 5ec3ba041d49c4800d9a97db0770977661005e06 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Mon, 4 Nov 2013 13:29:31 +0000 Subject: [PATCH] Require wayland libraries of at least 1.3.0 Signed-off-by: Chris Michael --- configure.ac | 4 ++-- m4/evas_check_engine.m4 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index e8c44e0402..6e32846fb8 100644 --- a/configure.ac +++ b/configure.ac @@ -1026,7 +1026,7 @@ AC_ARG_ENABLE([wayland], [want_wayland="no"]) if test "${want_wayland}" = "yes"; then - EFL_PKG_CHECK_STRICT([wayland-client]) + EFL_PKG_CHECK_STRICT([wayland-client >= 1.3.0]) fi # Fb @@ -2426,7 +2426,7 @@ EFL_INTERNAL_DEPEND_PKG([ECORE_WAYLAND], [eo]) EFL_INTERNAL_DEPEND_PKG([ECORE_WAYLAND], [eina]) EFL_DEPEND_PKG([ECORE_WAYLAND], [WAYLAND], - [wayland-client >= 1.2.0 wayland-cursor >= 1.2.0 xkbcommon >= 0.3.0]) + [wayland-client >= 1.3.0 wayland-cursor >= 1.3.0 xkbcommon >= 0.3.0]) EFL_EVAL_PKGS([ECORE_WAYLAND]) diff --git a/m4/evas_check_engine.m4 b/m4/evas_check_engine.m4 index 1cc11bb510..3fd4890dd5 100644 --- a/m4/evas_check_engine.m4 +++ b/m4/evas_check_engine.m4 @@ -519,7 +519,7 @@ have_dep="no" evas_engine_[]$1[]_cflags="" evas_engine_[]$1[]_libs="" -PKG_CHECK_EXISTS([wayland-client >= 1.2.0], +PKG_CHECK_EXISTS([wayland-client >= 1.3.0], [ have_dep="yes" requirement="wayland-client" @@ -560,7 +560,7 @@ else gl_library="gl" fi -PKG_CHECK_EXISTS([egl >= 7.10 ${gl_library} wayland-client >= 1.2.0 wayland-egl >= 9.2.0], +PKG_CHECK_EXISTS([egl >= 7.10 ${gl_library} wayland-client >= 1.3.0 wayland-egl >= 9.2.0], [ have_dep="yes" requirement="egl >= 7.10 ${gl_library} wayland-client wayland-egl"