From e3d74ecf1a3a7adfeafca8cd02c1da82e95d5eaf Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 5 Oct 2009 11:40:53 +1000 Subject: 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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) -- cgit v1.2.1