From 0b5c4e5c25b33470f9268f96c9b5fc724fbb151c Mon Sep 17 00:00:00 2001 From: Derek Foreman Date: Fri, 1 Sep 2017 08:45:47 -0500 Subject: [PATCH] build: Drop wayland protocol requirement to 1.9 Some distros are sitting at 1.9 for a long time now, and 1.10 didn't add any critical functionality for us. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4b1e469e11..9bdf7c364c 100644 --- a/configure.ac +++ b/configure.ac @@ -1992,7 +1992,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.10]) + EFL_PKG_CHECK_STRICT([wayland-client >= 1.11.0 wayland-scanner >= 1.11.0 wayland-protocols >= 1.9]) PKG_CHECK_MODULES([WAYLAND], [wayland-scanner >= 1.11.0], [ AC_ARG_VAR([wayland_scanner], [The wayland-scanner executable])