build: Drop wayland protocol requirement to 1.9
authorDerek Foreman <derekf@osg.samsung.com>
Fri, 1 Sep 2017 13:45:47 +0000 (08:45 -0500)
committerDerek Foreman <derekf@osg.samsung.com>
Fri, 1 Sep 2017 13:47:04 +0000 (08:47 -0500)
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

index 4b1e469..9bdf7c3 100644 (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])