]> diplodocus.org Git - xorg-xinput/commitdiff
Require inputproto 1.9.99.4
authorPeter Hutterer <peter.hutterer@redhat.com>
Fri, 15 Aug 2008 06:08:13 +0000 (15:38 +0930)
committerPeter Hutterer <peter.hutterer@redhat.com>
Fri, 15 Aug 2008 06:08:13 +0000 (15:38 +0930)
configure.ac

index 308bd259005a76b012bb9bfe9dd45471c28c41a0..05628b15201575bacdf88263e0fb5600a85962e9 100644 (file)
@@ -12,7 +12,7 @@ AC_PROG_CC
 AC_PROG_INSTALL
 
 # Checks for pkg-config packages
 AC_PROG_INSTALL
 
 # Checks for pkg-config packages
-PKG_CHECK_MODULES(XINPUT, x11 xext xi [inputproto >= 1.4])
+PKG_CHECK_MODULES(XINPUT, x11 xext xi [inputproto >= 1.9.99.4])
 
 LIBS="$XINPUT_LIBS $LIBS"
 AC_CHECK_FUNC(XSetClientPointer,AC_DEFINE(HAVE_XI2,1,[XInput Version 2 Enabled]))
 
 LIBS="$XINPUT_LIBS $LIBS"
 AC_CHECK_FUNC(XSetClientPointer,AC_DEFINE(HAVE_XI2,1,[XInput Version 2 Enabled]))