devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=5ec3ba041d49c4800d9a97db0770977661005e06

commit 5ec3ba041d49c4800d9a97db0770977661005e06
Author: Chris Michael <[email protected]>
Date:   Mon Nov 4 13:29:31 2013 +0000

    Require wayland libraries of at least 1.3.0
    
    Signed-off-by: Chris Michael <[email protected]>
---
 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 e8c44e0..6e32846 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 1cc11bb..3fd4890 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"

-- 


Reply via email to