derekf pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=87c9b111d1bbf4988caead460710a3481911cd81
commit 87c9b111d1bbf4988caead460710a3481911cd81 Author: Derek Foreman <[email protected]> Date: Mon Aug 14 11:23:26 2017 -0500 wayland: bump wayland protocol version requirement We need a newer version for recent dmabuf changes. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ecf877dd2d..d1945db2aa 100644 --- a/configure.ac +++ b/configure.ac @@ -1990,7 +1990,7 @@ AC_ARG_ENABLE([wayland], [want_wayland="no"]) if test "${want_wayland}" = "yes"; then - EFL_PKG_CHECK_STRICT([wayland-client >= 1.11.0 wayland-scanner >= 1.11.0 wayland-protocols >= 1.7]) + EFL_PKG_CHECK_STRICT([wayland-client >= 1.11.0 wayland-scanner >= 1.11.0 wayland-protocols >= 1.10]) PKG_CHECK_MODULES([WAYLAND], [wayland-scanner >= 1.11.0], [ AC_ARG_VAR([wayland_scanner], [The wayland-scanner executable]) --
