Require up-to-date versions of the wayland libraries for evas engine

support.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-08-07 07:46:43 +01:00
parent e21f6e455d
commit 8f755af29f
1 changed files with 2 additions and 2 deletions

View File

@ -519,7 +519,7 @@ have_dep="no"
evas_engine_[]$1[]_cflags=""
evas_engine_[]$1[]_libs=""
PKG_CHECK_EXISTS([wayland-client],
PKG_CHECK_EXISTS([wayland-client >= 1.2.0],
[
have_dep="yes"
requirement="wayland-client"
@ -560,7 +560,7 @@ else
gl_library="gl"
fi
PKG_CHECK_EXISTS([egl >= 7.10 ${gl_library} wayland-client wayland-egl],
PKG_CHECK_EXISTS([egl >= 7.10 ${gl_library} wayland-client >= 1.2.0 wayland-egl >= 9.2.0],
[
have_dep="yes"
requirement="egl >= 7.10 ${gl_library} wayland-client wayland-egl"