mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-01-04 23:50:19 +01:00
configure.ac: Clarify libinput requirement
weston 1.6.1 builds against libinput 0.6 or 0.7 only currently. Signed-off-by: Bryce Harrington <bryce@osg.samsung.com> Reviewed-by: Derek Foreman <derekf@osg.samsung.com>
This commit is contained in:
parent
88f9d000d1
commit
a50a45ebbf
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ AC_ARG_ENABLE(libinput-backend, [ --disable-libinput-backend],,
|
|||
AM_CONDITIONAL([ENABLE_LIBINPUT_BACKEND], [test x$enable_libinput_backend = xyes])
|
||||
if test x$enable_libinput_backend = xyes; then
|
||||
AC_DEFINE([BUILD_LIBINPUT_BACKEND], [1], [Build the libinput input device backend])
|
||||
PKG_CHECK_MODULES(LIBINPUT_BACKEND, [libinput >= 0.6.0])
|
||||
PKG_CHECK_MODULES(LIBINPUT_BACKEND, [libinput >= 0.6.0 libinput < 0.8.0])
|
||||
fi
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue