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
commit8114be741f5386cebfa24de82474b49c438dc78d (patch)
tree8231350aa1cfa320a607a97a5afa46b0799066d6
parent3097fcab22bf84f0bb6faee69c99c950a79bb1c4 (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 f8ca8be..94994df 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-10-18 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
diff --git a/configure.ac b/configure.ac
index 04609a3..ae23bf6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,7 +32,7 @@ AC_PROG_CC
AC_PROG_INSTALL
XAW_CHECK_XPRINT_SUPPORT(XAW)
-PKG_CHECK_MODULES(XBIFF, xbitmaps)
+PKG_CHECK_MODULES(XBIFF, xbitmaps xext)
XBIFF_CFLAGS="$XBIFF_CFLAGS $XAW_CFLAGS"
XBIFF_LIBS="$XBIFF_LIBS $XAW_LIBS"