diff options
author | Peter Hutterer <peter.hutterer@redhat.com> | 2008-08-15 15:08:07 +0930 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@redhat.com> | 2008-08-15 15:08:07 +0930 |
commit | 822bff60ea26c0b509fd4de35099b4d94e9e99de (patch) | |
tree | bffdf04e7bd5f82349f61081bbedde2fbee816bb /configure.ac | |
parent | bec02767629ed795582ba3f645299d7036093511 (diff) |
Require inputproto 1.9.99.4.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8b3211e..a473d67 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ AC_PROG_CC AC_PROG_LIBTOOL # Checks for pkg-config packages -PKG_CHECK_MODULES(XI, [xproto >= 7.0.13] [x11 >= 1.1.99.1] [xextproto >= 7.0.3] [xext >= 1.0.99.1] [inputproto >= 1.9.99]) +PKG_CHECK_MODULES(XI, [xproto >= 7.0.13] [x11 >= 1.1.99.1] [xextproto >= 7.0.3] [xext >= 1.0.99.1] [inputproto >= 1.9.99.4]) AC_SUBST(XI_CFLAGS) AC_SUBST(XI_LIBS) |