From 03f3297b3c5c7e7f18c422cd5e1fc19987959aa8 Mon Sep 17 00:00:00 2001 From: Derek Foreman Date: Fri, 8 Apr 2016 16:36:12 -0500 Subject: [PATCH] wayland: Bump ecore-wl2 dependency to 1.17.99 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f1dec7cba..227d98d85 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