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
commit36ced48deea18763aeee72344d97d9e92a14fa75 (patch)
tree565c298588efb0628cb86f0d450696e6eaaddbbd
parent698633a067c91322d810fe7bb20edf413564c0a8 (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--oldx.pc.in6
2 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 22bc4a2..426b073 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-11-19 Kevin E. Martin <kem-at-freedesktop-dot-org>
+
+ * oldx.pc.in:
+ Update pkgconfig files to separate library build-time dependencies
+ from application build-time dependencies.
+
2005-10-18 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
diff --git a/oldx.pc.in b/oldx.pc.in
index bcba46e..82cba7a 100644
--- a/oldx.pc.in
+++ b/oldx.pc.in
@@ -6,6 +6,6 @@ includedir=@includedir@
Name: oldX
Description: The oldX Library
Version: @PACKAGE_VERSION@
-Cflags: -I${includedir} @OLDX_CFLAGS@
-Libs: -L${libdir} -loldX @OLDX_LIBS@
-
+Requires.private: x11
+Cflags: -I${includedir}
+Libs: -L${libdir} -loldX