summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2016-01-27 11:04:40 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2016-01-28 15:01:39 +1000
commite8f5394b0734db41abd15ab72457aea99c25d9ab (patch)
tree2347147e90ba12dca08e73309725bea4acc6ed5e /configure.ac
parent20f5269a29b6f3697984872d689fbe8589e53b08 (diff)
downloadxorg-driver-xf86-input-libinput-e8f5394b0734db41abd15ab72457aea99c25d9ab.tar.gz
Add property/option for enabling/disabling tap-n-drag
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Hans de Goede <hdegoede@redhat.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 67bebdc..6fc95e3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,7 +45,7 @@ XORG_DEFAULT_OPTIONS
# Obtain compiler/linker options from server and required extensions
PKG_CHECK_MODULES(XORG, [xorg-server >= 1.10] xproto [inputproto >= 2.2])
-PKG_CHECK_MODULES(LIBINPUT, [libinput >= 1.0.901])
+PKG_CHECK_MODULES(LIBINPUT, [libinput >= 1.1.901])
# Define a configure option for an alternate input module directory
AC_ARG_WITH(xorg-module-dir,