configure: Require wayland-server 1.2.90
Make sure we look for a recent enough version of wayland-server for the new wl_seat release requests.
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@ AC_CHECK_HEADERS([execinfo.h])
|
|||||||
|
|
||||||
AC_CHECK_FUNCS([mkostemp strchrnul initgroups])
|
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],,
|
AC_ARG_ENABLE(egl, [ --disable-egl],,
|
||||||
enable_egl=yes)
|
enable_egl=yes)
|
||||||
|
|||||||
Reference in New Issue
Block a user