summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-11-19 07:15:48 +0000
committerKevin E Martin <kem@kem.org>2005-11-19 07:15:48 +0000
commit6ec8ea12395c430e54f1beb34c9a98c877637a73 (patch)
tree9c06370f68a5aab6080d3067325f142ba9234835
parent48c5ccb0032735512995efb6b64b9cc3dd4d83f9 (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--ChangeLog6
-rw-r--r--lbxutil.pc.in5
2 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3008479..d1d0c64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-11-19 Kevin E. Martin <kem-at-freedesktop-dot-org>
+
+ * lbxutil.pc.in:
+ Update pkgconfig files to separate library build-time dependencies
+ from application build-time dependencies.
+
2005-11-09 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
diff --git a/lbxutil.pc.in b/lbxutil.pc.in
index 8388f03..d400dc2 100644
--- a/lbxutil.pc.in
+++ b/lbxutil.pc.in
@@ -6,5 +6,6 @@ includedir=@includedir@
Name: lbxutil
Description: LBX Utilities
Version: @PACKAGE_VERSION@
-Cflags: -I${includedir} @LBXUTIL_CFLAGS@
-Libs: -L${libdir} -llbxutil @LBXUTIL_LIBS@
+Cflags: -I${includedir}
+Libs: -L${libdir} -llbxutil
+Libs.private: -lz