wayland: Bump ecore-wl2 dependency to 1.17.99

This commit is contained in:
Derek Foreman 2016-04-08 16:36:12 -05:00 committed by Mike Blumenkrantz
parent 53636dd87c
commit 03f3297b3c
1 changed files with 1 additions and 1 deletions

View File

@ -674,7 +674,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" ;then
PKG_CHECK_MODULES([WAYLAND], [ecore-wl2 wayland-server >= 1.10.0 wayland-client >= 1.10.0 xkbcommon uuid],
PKG_CHECK_MODULES([WAYLAND], [ecore-wl2 >= 1.17.99 wayland-server >= 1.10.0 wayland-client >= 1.10.0 xkbcommon uuid],
[
have_wayland=yes
have_wayland_dep=true