mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-04 18:48:00 +02:00
configure.ac: Require wayland >= 1.3.91
This commit is contained in:
parent
0eee0a28ba
commit
9b8e1b17fe
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue