From faec1ebdb3a91fa7288381ee286b42334338ed90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Thu, 15 Jan 2015 14:45:56 +0800 Subject: [PATCH] configure.ac: Require libinput 0.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonas Ã…dahl --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index e03c73131..5720220f6 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],,