From: Peter Hutterer Date: Wed, 17 Jun 2009 11:23:17 +0000 (+1000) Subject: Require inputproto 1.9.99.12 X-Git-Url: https://diplodocus.org/git/xorg-xinput/commitdiff_plain/82d338548e22ae271f50592e759794dd7536a207?ds=inline;hp=--cc Require inputproto 1.9.99.12 --- 82d338548e22ae271f50592e759794dd7536a207 diff --git a/configure.ac b/configure.ac index dbc3f34..9e2bfde 100644 --- a/configure.ac +++ b/configure.ac @@ -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" ])