summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2015-01-15 14:45:56 +0800
committerJonas Ådahl <jadahl@gmail.com>2015-01-15 14:46:42 +0800
commitfaec1ebdb3a91fa7288381ee286b42334338ed90 (patch)
treed4c5297d798a4dd0433f5fb5eea9343e93fc8e5c /configure.ac
parent5dddd411d6d8587267529d0478c5dc68e9521047 (diff)
configure.ac: Require libinput 0.8
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e03c7313..5720220f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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],,