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)
commit652895ad4ab33be714152adee85eeb7883c06593
tree4ddd5330a4d9863af4faf697345976151f0eb9a4
parent6418810307560fa12b02b412891596673b8bb53e
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>
m4/evas_check_engine.m4