summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2012-12-17 14:34:53 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2012-12-17 14:34:53 +1000
commitaf9f26510d87eee71f1cd688d7dcfbf173c13943 (patch)
treee109a90a14a30aea0bf73d679377d27b4d0f7dce /configure.ac
parent31c6cf9f6fbcc7e90e3d6b7927664cbe54e27edf (diff)
parent9e8a55dfcb3dc2b42cd7e08e8e6e65ea1dd54251 (diff)
Merge branch 'barriers'
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 2d3a46a..e79fe12 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# Initialize Autoconf
AC_PREREQ([2.60])
-AC_INIT([libXi], [1.6.1],
+AC_INIT([libXi], [1.6.99],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXi])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([src/config.h])
@@ -28,7 +28,7 @@ XORG_WITH_ASCIIDOC(8.4.5)
XORG_CHECK_MALLOC_ZERO
# Obtain compiler/linker options for dependencies
-PKG_CHECK_MODULES(XI, [xproto >= 7.0.13] [x11 >= 1.4.99.1] [xextproto >= 7.0.3] [xext >= 1.0.99.1] [inputproto >= 2.1.99.6])
+PKG_CHECK_MODULES(XI, [xproto >= 7.0.13] [x11 >= 1.4.99.1] [xextproto >= 7.0.3] [xext >= 1.0.99.1] [inputproto >= 2.2.99.1])
# Check for xmlto and asciidoc for man page conversion
# (only needed by people building tarballs)