diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-05-28 17:14:17 +0930 |
---|---|---|
committer | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-05-29 12:13:04 +0930 |
commit | fd8198513c865f616be8059907550db7f777b089 (patch) | |
tree | 374b6b4811f9250ec3404426c58b58e898cb5c1b /configure.ac | |
parent | 135b25157ee3e44467264a6df2e1f92f3a785643 (diff) |
Reguire inputproto 1.9.99.
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 90ce967..c5703ce 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 x11 xextproto xext inputproto >= 1.4) +PKG_CHECK_MODULES(XI, xproto x11 xextproto xext inputproto >= 1.9.99) AC_SUBST(XI_CFLAGS) AC_SUBST(XI_LIBS) |