summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-11-01 15:11:51 +0000
committerKevin E Martin <kem@kem.org>2005-11-01 15:11:51 +0000
commit077ce8402a1f8413efdede402cb6f89b9ff797dd (patch)
tree90117c05cb13169e76fb2abf13e693fab6a00d8c
parentc6a8324c38acc33357e6dcf927f482db22383ab2 (diff)
downloadxorg-lib-libXdamage-077ce8402a1f8413efdede402cb6f89b9ff797dd.tar.gz
Update pkgcheck dependencies to work with separate build roots.
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7231e23..1ca4f6e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-01 Kevin E. Martin <kem-at-freedesktop-dot-org>
+
+ * configure.ac:
+ Update pkgcheck dependencies to work with separate build roots.
+
2005-07-08 Keith Packard <keithp@keithp.com>
* .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