diff options
author | Peter Hutterer <peter.hutterer@redhat.com> | 2008-10-31 18:02:02 +1030 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@redhat.com> | 2008-10-31 18:02:02 +1030 |
commit | f938c524f74fa8828a954bed51d0f3c4c7eb0fad (patch) | |
tree | d462dd884a68ab0114c25b75790566d23b8a6e9b /configure.ac | |
parent | e5c529813b04327babc20e51ca56006210cb0c37 (diff) |
Purge device-based window access code.
Requires inputproto 1.9.99.6.
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 0d96acb..fdfab4e 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.5]) +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.6]) AC_SUBST(XI_CFLAGS) AC_SUBST(XI_LIBS) |