diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2015-02-25 13:05:03 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2015-02-26 16:09:50 +1000 |
commit | 2455f0d03bf786ca4202e527d658b013db98084e (patch) | |
tree | 95ca1f11a8c4d45568aff29792f6738a16c4590f /configure.ac | |
parent | 98ae01b9ae8616d3c2047f5510205aa4e3bc52b5 (diff) |
Use the new libinput_device_pointer_has_button
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b57a575..e29abd4 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 >= 0.8.0]) +PKG_CHECK_MODULES(LIBINPUT, [libinput >= 0.11.0]) # Define a configure option for an alternate input module directory AC_ARG_WITH(xorg-module-dir, |