aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2011-12-29 10:37:38 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2011-12-29 10:37:38 +1000
commit6dd6f2d3c6b2fee5f78b01618643c7f3ed0819c3 (patch)
tree2789da67154f82b54723700154c97e6c70622035 /configure.ac
parentTest for mtdev before assuming multitouch (diff)
downloadxf86-input-evdev-6dd6f2d3c6b2fee5f78b01618643c7f3ed0819c3.tar.gz
xf86-input-evdev-6dd6f2d3c6b2fee5f78b01618643c7f3ed0819c3.tar.bz2
xf86-input-evdev-6dd6f2d3c6b2fee5f78b01618643c7f3ed0819c3.zip
Require xserver 1.12 RC1
Remove the ABI check hack, just check for the server version directly now that we have one that definitely has the multitouch APIs. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
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 451a730..10ec8ac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -48,7 +48,7 @@ XORG_DEFAULT_OPTIONS
PKG_CHECK_MODULES(XORG, [xorg-server >= 1.10] xproto inputproto)
PKG_CHECK_MODULES(UDEV, udev)
-PKG_CHECK_MODULES(XI22, [inputproto >= 2.1.99.3], HAVE_XI22="yes", HAVE_XI22="no")
+PKG_CHECK_MODULES(XI22, [inputproto >= 2.1.99.3] [xorg-server >= 1.11.99.901], HAVE_XI22="yes", HAVE_XI22="no")
if test "x$HAVE_XI22" = xyes; then
# Obtain compiler/linker options for mtdev