summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-07-16 09:41:33 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-07-16 13:13:52 +1000
commita119baf3c5aa4f035040e0b991e99e6b382b9670 (patch)
treeca3aba4c93ba27771e1d3472ce83803e495b1850 /configure.ac
parent378db00ee91a11629666fc1c5e5a5e13c65ffefc (diff)
downloadxorg-lib-libXtst-a119baf3c5aa4f035040e0b991e99e6b382b9670.tar.gz
Include xtestproto.h, not xteststr.h
Require xextproto 7.0.99.1. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 61d4bc3..0f0b33e 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 xextproto inputproto)
+PKG_CHECK_MODULES(XTST, x11 xext xi recordproto [xextproto >= 7.0.99.1] inputproto)
XTST_CFLAGS="$CWARNFLAGS $XTST_CFLAGS"
AC_SUBST(XTST_CFLAGS)
AC_SUBST(XTST_LIBS)