configure: Require wayland-server 1.2.90
authorKristian Høgsberg <krh@bitplanet.net>
Fri, 30 Aug 2013 22:00:01 +0000 (15:00 -0700)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 30 Aug 2013 22:00:01 +0000 (15:00 -0700)
Make sure we look for a recent enough version of wayland-server for
the new wl_seat release requests.

configure.ac

index 66495be..3767d69 100644 (file)
@@ -55,7 +55,7 @@ AC_CHECK_HEADERS([execinfo.h])
 
 AC_CHECK_FUNCS([mkostemp strchrnul initgroups])
 
-COMPOSITOR_MODULES="wayland-server >= 1.1.90 pixman-1"
+COMPOSITOR_MODULES="wayland-server >= 1.2.90 pixman-1"
 
 AC_ARG_ENABLE(egl, [  --disable-egl],,
               enable_egl=yes)