summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPekka Paalanen <pekka.paalanen@collabora.co.uk>2014-12-18 14:57:19 +0200
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>2014-12-18 14:57:19 +0200
commite784e342287f4611e6782993ea61ebfb0eded994 (patch)
tree57e9267fe1d757acb8cd3c3a35a5cb34e262ddeb /configure.ac
parent9d86021cacdbdaedc610ed598c2b1c5aca04ba9e (diff)
downloadweston-e784e342287f4611e6782993ea61ebfb0eded994.tar.gz
weston-e784e342287f4611e6782993ea61ebfb0eded994.tar.bz2
weston-e784e342287f4611e6782993ea61ebfb0eded994.zip
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>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index eeab641f..e03c7313 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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],