evas: remove check for wayland-egl version.
authorClément Bénier <clement.benier@openwide.fr>
Fri, 11 Dec 2015 15:27:24 +0000 (16:27 +0100)
committerCedric Bail <cedric@osg.samsung.com>
Fri, 18 Mar 2016 16:44:48 +0000 (09:44 -0700)
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.nicolas@gmail.com>
Signed-off-by: Cedric Bail <cedric@osg.samsung.com>
m4/evas_check_engine.m4

index 8f54f2d..42ecc89 100644 (file)
@@ -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"