mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-01-28 04:50:36 +01:00
configure: bump libwayland requirements
wl_surface role error codes were added during the 1.6.90 development to libwayland. Reported-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
This commit is contained in:
parent
9d86021cac
commit
e784e34228
1 changed files with 2 additions and 2 deletions
|
|
@ -59,7 +59,7 @@ AC_CHECK_HEADERS([execinfo.h])
|
|||
|
||||
AC_CHECK_FUNCS([mkostemp strchrnul initgroups posix_fallocate])
|
||||
|
||||
COMPOSITOR_MODULES="wayland-server >= 1.5.91 pixman-1 >= 0.25.2"
|
||||
COMPOSITOR_MODULES="wayland-server >= 1.6.90 pixman-1 >= 0.25.2"
|
||||
|
||||
AC_ARG_ENABLE(egl, [ --disable-egl],,
|
||||
enable_egl=yes)
|
||||
|
|
@ -292,7 +292,7 @@ AC_SUBST(JPEG_LIBS)
|
|||
|
||||
PKG_CHECK_MODULES(CAIRO, [cairo])
|
||||
|
||||
PKG_CHECK_MODULES(TEST_CLIENT, [wayland-client])
|
||||
PKG_CHECK_MODULES(TEST_CLIENT, [wayland-client >= 1.6.90])
|
||||
|
||||
AC_ARG_ENABLE(simple-clients,
|
||||
AS_HELP_STRING([--disable-simple-clients],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue