diff options
author | Clément Bénier <clement.benier@openwide.fr> | 2015-12-11 16:27:24 +0100 |
---|---|---|
committer | Cedric Bail <cedric@osg.samsung.com> | 2016-03-18 09:44:48 -0700 |
commit | 652895ad4ab33be714152adee85eeb7883c06593 (patch) | |
tree | 4ddd5330a4d9863af4faf697345976151f0eb9a4 /m4/evas_check_engine.m4 | |
parent | 6418810307560fa12b02b412891596673b8bb53e (diff) |
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>
Diffstat (limited to '')
-rw-r--r-- | m4/evas_check_engine.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
560 | gl_library="gl" | 560 | gl_library="gl" |
561 | fi | 561 | fi |
562 | 562 | ||
563 | PKG_CHECK_EXISTS([egl ${gl_library} wayland-client >= 1.3.0 wayland-egl >= 9.2.0], | 563 | PKG_CHECK_EXISTS([egl ${gl_library} wayland-client >= 1.3.0 wayland-egl], |
564 | [ | 564 | [ |
565 | have_dep="yes" | 565 | have_dep="yes" |
566 | requirement="egl ${gl_library} wayland-client wayland-egl" | 566 | requirement="egl ${gl_library} wayland-client wayland-egl" |