From 077ce8402a1f8413efdede402cb6f89b9ff797dd Mon Sep 17 00:00:00 2001 From: Kevin E Martin Date: Tue, 1 Nov 2005 15:11:51 +0000 Subject: Update pkgcheck dependencies to work with separate build roots. --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7231e23..1ca4f6e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-11-01 Kevin E. Martin + + * configure.ac: + Update pkgcheck dependencies to work with separate build roots. + 2005-07-08 Keith Packard * .cvsignore: diff --git a/configure.ac b/configure.ac index 665a9df..62ad68f 100644 --- a/configure.ac +++ b/configure.ac @@ -85,7 +85,7 @@ fi # find the required protocol version DAMAGEEXT_VERSION=[`echo $VERSION | sed 's/^\([0-9][0-9]*\.[0-9][0-9]*\).*$/\1/'`] -PKG_CHECK_MODULES(XDAMAGE, [damageproto >= $DAMAGEEXT_VERSION] xfixes) +PKG_CHECK_MODULES(XDAMAGE, [damageproto >= $DAMAGEEXT_VERSION] xfixes fixesproto xextproto) AC_SUBST(XDAMAGE_CFLAGS) XORG_RELEASE_VERSION -- cgit v1.2.1