summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-11-19 07:15:40 +0000
committerKevin E Martin <kem@kem.org>2005-11-19 07:15:40 +0000
commit08bef4712fc1e9194db9c8910f461873b7065063 (patch)
tree2d23ca8ea1241e5ace79294526f751411bd5f95c
parent307ff4cf91c1331c29470a9654d9d18293b45389 (diff)
downloadxorg-lib-libXau-08bef4712fc1e9194db9c8910f461873b7065063.tar.gz
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--xau.pc.in3
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index de22aef..55317dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-11-19 Kevin E. Martin <kem-at-freedesktop-dot-org>
+
+ * xau.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/xau.pc.in b/xau.pc.in
index e902102..cda113a 100644
--- a/xau.pc.in
+++ b/xau.pc.in
@@ -6,5 +6,6 @@ includedir=@includedir@
Name: Xau
Description: X authorization file management libary
Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -lXau
+Requires: xproto
Cflags: -I${includedir}
+Libs: -L${libdir} -lXau