diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-10-05 11:40:53 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-10-05 11:42:28 +1000 |
commit | e3d74ecf1a3a7adfeafca8cd02c1da82e95d5eaf (patch) | |
tree | 2bfe0c93303458eb2a9d6de15d8bd1787b1f0489 | |
parent | 7a9b269ed83c106265896373120603b9c06997f3 (diff) |
Require libXext 1.0.99.4
libXext 1.0.99.1 up to including 1.0.99.3 had the XTest.h header which is
now in this module.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index aed19a0..8b624d4 100644 --- a/configure.ac +++ b/configure.ac @@ -44,7 +44,7 @@ AC_PATH_PROG([XMLTO], [xmlto]) AM_CONDITIONAL([HAVE_XMLTO], [test "x$XMLTO" != "x"]) # Check for dependencies -PKG_CHECK_MODULES(XTST, x11 xext xi [recordproto >= 1.13.99.1] [xextproto >= 7.0.99.3] inputproto) +PKG_CHECK_MODULES(XTST, x11 [xext >= 1.0.99.4] xi [recordproto >= 1.13.99.1] [xextproto >= 7.0.99.3] inputproto) XTST_CFLAGS="$CWARNFLAGS $XTST_CFLAGS" AC_SUBST(XTST_CFLAGS) AC_SUBST(XTST_LIBS) |