devilhorns pushed a commit to branch master.

commit 8f755af29f038996595870bbcd3368dd1baed9d2
Author: Chris Michael <[email protected]>
Date:   Wed Aug 7 07:46:43 2013 +0100

    Require up-to-date versions of the wayland libraries for evas engine
    support.
    
    Signed-off-by: Chris Michael <[email protected]>
---
 m4/evas_check_engine.m4 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/m4/evas_check_engine.m4 b/m4/evas_check_engine.m4
index 907bc8c..1cc11bb 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],
+PKG_CHECK_EXISTS([wayland-client >= 1.2.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 wayland-egl],
+PKG_CHECK_EXISTS([egl >= 7.10 ${gl_library} wayland-client >= 1.2.0 
wayland-egl >= 9.2.0],
    [
     have_dep="yes"
     requirement="egl >= 7.10 ${gl_library} wayland-client wayland-egl"

-- 

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk

Reply via email to