mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-08 10:08:00 +02:00
configure.ac: Require libinput 0.8
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
parent
5dddd411d6
commit
faec1ebdb3
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ if test x$enable_drm_compositor = xyes; then
|
|||
fi
|
||||
|
||||
|
||||
PKG_CHECK_MODULES(LIBINPUT_BACKEND, [libinput >= 0.6.0])
|
||||
PKG_CHECK_MODULES(LIBINPUT_BACKEND, [libinput >= 0.8.0])
|
||||
PKG_CHECK_MODULES(COMPOSITOR, [$COMPOSITOR_MODULES])
|
||||
|
||||
AC_ARG_ENABLE(wayland-compositor, [ --enable-wayland-compositor],,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue