configure: Up the libwayland version requirement
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 <bryce@osg.samsung.com>
Reviewed-by: Derek Foreman <derekf@osg.samsung.com>
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
This commit is contained in:
parent
ae2541d3f2
commit
c6e6dc78c1
@ -59,7 +59,7 @@ AC_CHECK_HEADERS([execinfo.h])
|
|||||||
|
|
||||||
AC_CHECK_FUNCS([mkostemp strchrnul initgroups posix_fallocate])
|
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])
|
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(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,
|
AC_ARG_ENABLE(simple-clients,
|
||||||
AS_HELP_STRING([--disable-simple-clients],
|
AS_HELP_STRING([--disable-simple-clients],
|
||||||
|
Loading…
Reference in New Issue
Block a user