cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=652895ad4ab33be714152adee85eeb7883c06593

commit 652895ad4ab33be714152adee85eeb7883c06593
Author: Clément Bénier <clement.ben...@openwide.fr>
Date:   Fri Dec 11 16:27:24 2015 +0100

    evas: remove check for wayland-egl version.
    
    wayland-egl minimal version currently checked is 9.2.0 which is the
    Mesa version of wayland-egl. If wayland-egl is shipped with closed
    source drivers or in case of libhybris, the wayland-egl.pc pontetially
    contains a different value. This commit remove the check for the
    version.
    
    Signed-off-by: Nicolas Aguirre <aguirre.nico...@gmail.com>
    Signed-off-by: Cedric Bail <ced...@osg.samsung.com>
---
 m4/evas_check_engine.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/m4/evas_check_engine.m4 b/m4/evas_check_engine.m4
index 8f54f2d..42ecc89 100644
--- a/m4/evas_check_engine.m4
+++ b/m4/evas_check_engine.m4
@@ -560,7 +560,7 @@ else
     gl_library="gl"
 fi
 
-PKG_CHECK_EXISTS([egl ${gl_library} wayland-client >= 1.3.0 wayland-egl >= 
9.2.0],
+PKG_CHECK_EXISTS([egl ${gl_library} wayland-client >= 1.3.0 wayland-egl],
    [
     have_dep="yes"
     requirement="egl ${gl_library} wayland-client wayland-egl"

-- 


Reply via email to