summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Foreman <derekf@osg.samsung.com>2016-04-08 16:36:12 -0500
committerDerek Foreman <derekf@osg.samsung.com>2016-04-08 16:36:12 -0500
commit8ca17dab42565ee1fd2d93696e0dca0aa8a4686a (patch)
treec404b8865bb56587ef05efff593f34eb0111ded8
parent68587276cfa2411e3f12e85e94878e27048df19b (diff)
downloadenlightenment-devs/derekf/dep.tar.gz
wayland: Bump ecore-wl2 dependency to 1.17.99devs/derekf/dep
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f1dec7cbac..227d98d854 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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