summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-10-05 11:40:53 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-10-05 11:42:28 +1000
commite3d74ecf1a3a7adfeafca8cd02c1da82e95d5eaf (patch)
tree2bfe0c93303458eb2a9d6de15d8bd1787b1f0489
parent7a9b269ed83c106265896373120603b9c06997f3 (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.ac2
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)