From ae202415c695d1f8ac0588d98235318ed9b059bc 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 2c2aa9a..2122e82 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-10-18 Kevin E. Martin * configure.ac: diff --git a/configure.ac b/configure.ac index 7c5e614..c8773fd 100644 --- a/configure.ac +++ b/configure.ac @@ -51,7 +51,7 @@ if test "$VERSION" = "" ; then VERSION=$PACKAGE_VERSION; fi COMPOSITEEXT_VERSION=[`echo $VERSION | sed 's/^\([0-9][0-9]*\.[0-9][0-9]*\).*$/\1/'`] -PKG_CHECK_MODULES(XCOMPOSITE, [compositeproto >= $COMPOSITEEXT_VERSION] x11 xfixes xext) +PKG_CHECK_MODULES(XCOMPOSITE, [compositeproto >= $COMPOSITEEXT_VERSION] x11 xfixes xext fixesproto) AC_SUBST(XCOMPOSITE_CFLAGS) AC_SUBST(XCOMPOSITE_LIBS) -- cgit v1.2.3