Update wayland version requirement after changes in 0fd9c57
authorDoug Newgard <scimmia22@outlook.com>
Tue, 17 Sep 2013 06:55:22 +0000 (07:55 +0100)
committerChris Michael <cp.michael@samsung.com>
Tue, 17 Sep 2013 06:55:22 +0000 (07:55 +0100)
configure.ac

index af008154ce02f66ee44300df10a9557cb8d7f93a..06eabd3a13557fb07ea36d1617557f56bc30ed76 100644 (file)
@@ -824,7 +824,7 @@ AC_MSG_CHECKING([whether wayland client support is enabled])
 AC_MSG_RESULT([${e_cv_want_wayland_clients}])
 
 if test "x$e_cv_want_wayland_clients" != "xno";then
-  PKG_CHECK_MODULES([WAYLAND], [wayland-server >= 1.2.0 pixman-1 >= 0.3 xkbcommon >= 0.3.0],
+  PKG_CHECK_MODULES([WAYLAND], [wayland-server >= 1.2.90 pixman-1 >= 0.3 xkbcommon >= 0.3.0],
     [
       have_wayland_clients=yes
       AC_DEFINE_UNQUOTED([HAVE_WAYLAND_CLIENTS],[1],[enable wayland client support])