diff options
author | Peter Hutterer <peter.hutterer@redhat.com> | 2008-12-03 12:50:45 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@redhat.com> | 2008-12-03 12:50:45 +1000 |
commit | 2d586065649304b2864afddee6f6225a4a61a0c9 (patch) | |
tree | 8247846b497116ec3d38d86004b636e2ab5362a9 | |
parent | 305d356e43462834a2fdd2cf59d47b055c2416fd (diff) |
libXi 1.2.0libXi-1.2.0
Requires inputproto 1.5.0 or later.
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index b02c5e8..aded614 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl Process this file with autoconf to create configure. AC_PREREQ([2.57]) -AC_INIT(libXi, 1.1.99.2, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXi) +AC_INIT(libXi, 1.2.0, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXi) AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE @@ -15,7 +15,7 @@ AC_PROG_CC AC_PROG_LIBTOOL # Checks for pkg-config packages -PKG_CHECK_MODULES(XI, xproto x11 xextproto xext inputproto >= 1.4) +PKG_CHECK_MODULES(XI, xproto x11 xextproto xext inputproto >= 1.5) AC_SUBST(XI_CFLAGS) AC_SUBST(XI_LIBS) |