From 652895ad4ab33be714152adee85eeb7883c06593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C3=A9nier?= Date: Fri, 11 Dec 2015 16:27:24 +0100 Subject: [PATCH] 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 Signed-off-by: Cedric Bail --- 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 8f54f2d97e..42ecc892d8 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"