configure.ac: Require libinput 0.8

Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
Jonas Ådahl 2015-01-15 14:45:56 +08:00
parent 5dddd411d6
commit faec1ebdb3

View file

@ -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],,