summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-11-19 07:15:41 +0000
committerKevin E Martin <kem@kem.org>2005-11-19 07:15:41 +0000
commitda0e8c8bbdfe6cef0225960b204eb9878897cb9b (patch)
tree59b1f261db1b9c6d9e05bf03e7230aa1cca6e726
parentcbd6a80c320d7d02ca3bb6d1ca036c0eff27d2c3 (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--xdmcp.pc.in3
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 00ece74..a63c28e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-11-19 Kevin E. Martin <kem-at-freedesktop-dot-org>
+
+ * xdmcp.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/xdmcp.pc.in b/xdmcp.pc.in
index 06c1f3b..095d172 100644
--- a/xdmcp.pc.in
+++ b/xdmcp.pc.in
@@ -6,5 +6,6 @@ includedir=@includedir@
Name: Xdmcp
Description: X Display Manager Control Protocol library
Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -lXdmcp
+Requires: xproto
Cflags: -I${includedir}
+Libs: -L${libdir} -lXdmcp