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.nicolas@gmail.com>
Signed-off-by: Cedric Bail <cedric@osg.samsung.com>
This commit is contained in:
Clément Bénier 2015-12-11 16:27:24 +01:00 committed by Cedric Bail
parent 6418810307
commit 652895ad4a
1 changed files with 1 additions and 1 deletions

View 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"