Require wayland libraries of at least 1.3.0

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-11-04 13:29:31 +00:00
parent 2743382fa6
commit 5ec3ba041d
2 changed files with 4 additions and 4 deletions

View File

@ -1026,7 +1026,7 @@ AC_ARG_ENABLE([wayland],
[want_wayland="no"])
if test "${want_wayland}" = "yes"; then
EFL_PKG_CHECK_STRICT([wayland-client])
EFL_PKG_CHECK_STRICT([wayland-client >= 1.3.0])
fi
# Fb
@ -2426,7 +2426,7 @@ EFL_INTERNAL_DEPEND_PKG([ECORE_WAYLAND], [eo])
EFL_INTERNAL_DEPEND_PKG([ECORE_WAYLAND], [eina])
EFL_DEPEND_PKG([ECORE_WAYLAND], [WAYLAND],
[wayland-client >= 1.2.0 wayland-cursor >= 1.2.0 xkbcommon >= 0.3.0])
[wayland-client >= 1.3.0 wayland-cursor >= 1.3.0 xkbcommon >= 0.3.0])
EFL_EVAL_PKGS([ECORE_WAYLAND])

View File

@ -519,7 +519,7 @@ have_dep="no"
evas_engine_[]$1[]_cflags=""
evas_engine_[]$1[]_libs=""
PKG_CHECK_EXISTS([wayland-client >= 1.2.0],
PKG_CHECK_EXISTS([wayland-client >= 1.3.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 >= 1.2.0 wayland-egl >= 9.2.0],
PKG_CHECK_EXISTS([egl >= 7.10 ${gl_library} wayland-client >= 1.3.0 wayland-egl >= 9.2.0],
[
have_dep="yes"
requirement="egl >= 7.10 ${gl_library} wayland-client wayland-egl"