]> diplodocus.org Git - xorg-xinput/commitdiff
Require inputproto 1.9.99.12
authorPeter Hutterer <peter.hutterer@who-t.net>
Wed, 17 Jun 2009 11:23:17 +0000 (21:23 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Wed, 17 Jun 2009 11:23:17 +0000 (21:23 +1000)
configure.ac

index dbc3f34937efe3317de037babcde7954d50d9771..9e2bfdefdc2a09e4c28b42bcff2a9022e27017b5 100644 (file)
@@ -21,7 +21,7 @@ XORG_CWARNFLAGS
 PKG_CHECK_MODULES(XINPUT, x11 xext [xi >= 1.2] [inputproto >= 1.5])
 
 # XI2 support
-PKG_CHECK_MODULES(XI2, [xi >= 1.2.99] [inputproto >= 1.9.99.11],
+PKG_CHECK_MODULES(XI2, [xi >= 1.2.99] [inputproto >= 1.9.99.12],
                   HAVE_XI2="yes"; AC_DEFINE(HAVE_XI2, 1, [XI2 available]),
                   HAVE_XI2="no");
 AM_CONDITIONAL(HAVE_XI2, [ test "$HAVE_XI2" = "yes" ])