bump required wayland-server version to 1.6.0 for wayland-only

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2014-10-14 10:10:18 -04:00
parent 2b9b18e5fa
commit 86e769f83f
1 changed files with 1 additions and 1 deletions

View File

@ -837,7 +837,7 @@ AC_MSG_CHECKING([whether wayland EGL support is enabled])
AC_MSG_RESULT([${e_cv_want_wayland_egl}])
if test "x${e_cv_want_wayland_only}" != "xno" || test "x${e_cv_want_wayland_clients}" != "xno";then
PKG_CHECK_MODULES([WAYLAND], [ecore-wayland wayland-server xkbcommon uuid],
PKG_CHECK_MODULES([WAYLAND], [ecore-wayland wayland-server >= 1.6.0 xkbcommon uuid],
[
have_wayland=yes
AC_DEFINE_UNQUOTED([HAVE_WAYLAND],[1],[enable wayland support])