From c6e6dc78c1ed2ac28a76c5724e7f3f067f1b2214 Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Wed, 14 Oct 2015 15:40:42 -0700 Subject: [PATCH] configure: Up the libwayland version requirement MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit weston commit f7bb9352 requires recent libwayland changes for providing ‘WL_POINTER_RELEASE_SINCE_VERSION’. Increase the version requirement to indicate that current weston git requires development version of wayland. NOTE: At release we should probably increase the wayland requirement for weston to 1.10.0. Signed-off-by: Bryce Harrington Reviewed-by: Derek Foreman Reviewed-by: Pekka Paalanen --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 67e80d0f3..e5afbc07f 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.9.0 pixman-1 >= 0.25.2" +COMPOSITOR_MODULES="wayland-server >= 1.9.90 pixman-1 >= 0.25.2" AC_CONFIG_FILES([doc/doxygen/tools.doxygen doc/doxygen/tooldev.doxygen]) @@ -317,7 +317,7 @@ AC_SUBST(JPEG_LIBS) PKG_CHECK_MODULES(CAIRO, [cairo]) -PKG_CHECK_MODULES(TEST_CLIENT, [wayland-client >= 1.9.0]) +PKG_CHECK_MODULES(TEST_CLIENT, [wayland-client >= 1.9.90]) AC_ARG_ENABLE(simple-clients, AS_HELP_STRING([--disable-simple-clients],