summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-11-19 07:15:37 +0000
committerKevin E Martin <kem@kem.org>2005-11-19 07:15:37 +0000
commit5bfa8ab1e49212a061f5ceaaf5a2a66e2d50338d (patch)
treec6ec61af0e8aab3ceef2d2d2dacc3b00be9db5bd
parenta33008c3c055d6670ff792399fddb7249b1848eb (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 b27ddec..1db62d1 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 8650423..d41c566 100644
--- a/configure.ac
+++ b/configure.ac
@@ -83,7 +83,7 @@ AC_SUBST(XPAWHELLOWORLD_LIBS)
# xphelloworld
#
-PKG_CHECK_MODULES(XPHELLOWORLD, xprintapputil xprintutil)
+PKG_CHECK_MODULES(XPHELLOWORLD, xprintapputil xprintutil xp)
#
# xpsimplehelloworld