configure.ac: Require wayland >= 1.3.91
authorKristian Høgsberg <krh@bitplanet.net>
Fri, 25 Oct 2013 23:18:17 +0000 (16:18 -0700)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 25 Oct 2013 23:18:17 +0000 (16:18 -0700)
configure.ac

index a55a415..93213d4 100644 (file)
@@ -55,7 +55,7 @@ AC_CHECK_HEADERS([execinfo.h])
 
 AC_CHECK_FUNCS([mkostemp strchrnul initgroups])
 
-COMPOSITOR_MODULES="wayland-server >= 1.2.91 pixman-1"
+COMPOSITOR_MODULES="wayland-server >= 1.3.91 pixman-1"
 
 AC_ARG_ENABLE(egl, [  --disable-egl],,
               enable_egl=yes)