diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-05-07 16:25:13 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-05-07 16:25:13 +1000 |
commit | 9451d09d2b9cdbe2deff7986a4c5553ba922989c (patch) | |
tree | 3fb2758b554be82b3b2503769c0e31455c64564a /configure.ac | |
parent | 92cfef2cebfa85bdb0c1b3b6ee2f78520b003eb7 (diff) |
Use the new prefixed constants for XI2 and require inputproto 1.99.9.8
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 a46974b..fb0c4a3 100644 --- a/configure.ac +++ b/configure.ac @@ -19,7 +19,7 @@ AC_PROG_LIBTOOL XORG_CWARNFLAGS # 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.7]) +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.8]) XI_CFLAGS="$CWARNFLAGS $XI_CFLAGS" AC_SUBST(XI_CFLAGS) AC_SUBST(XI_LIBS) |