summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-11-19 07:15:36 +0000
committerKevin E Martin <kem@kem.org>2005-11-19 07:15:36 +0000
commit72065e227b795e0debe1d9ec36ddfc0692024203 (patch)
treee4209e6d87c498b5166b02e695feb7889110e526
parent3d798306cd47151a853d507643fc57b244984eec (diff)
Update pkgconfig files to separate library build-time dependencies from
application build-time dependencies, and update package deps 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 e26eb69..83f87da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-19 Kevin E. Martin <kem-at-freedesktop-dot-org>
+
+ * configure.ac:
+ Update dependencies to work with separate build roots.
+
2005-11-09 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
diff --git a/configure.ac b/configure.ac
index b2555c3..a84b206 100644
--- a/configure.ac
+++ b/configure.ac
@@ -46,7 +46,7 @@ AM_CONDITIONAL([USE_XPRINT], [test "$use_xprint" = yes])
# Checks for pkg-config packages
if test x$use_xprint = xyes ; then
- PKG_CHECK_MODULES(XDBEDIZZY, xext xprintutil)
+ PKG_CHECK_MODULES(XDBEDIZZY, xext xprintutil xau)
else
PKG_CHECK_MODULES(XDBEDIZZY, xext)
fi