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.
This commit is contained in:
Derek Foreman 2017-09-01 08:45:47 -05:00
parent 8c4e4811fd
commit 0b5c4e5c25
1 changed files with 1 additions and 1 deletions

View File

@ -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])