diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-05-29 13:18:38 +0930 |
---|---|---|
committer | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-05-29 13:18:38 +0930 |
commit | f4739e18bb44e7a04ed0ea6ec87d53ae5fb13e7d (patch) | |
tree | 49a820e175119cc73e65409e6380f9e790ea6ed6 /configure.ac | |
parent | 9831db88ee8e69dc6cf8fad0ac83d40bedd5c463 (diff) |
Update required packages again, needs updated libX11, libXext, etc.
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 92ff3c8..69b5eaa 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.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]) AC_SUBST(XI_CFLAGS) AC_SUBST(XI_LIBS) |