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
commitb58dced9ca72778438a1a57a314d18450891b7a5 (patch)
tree908e6f91842d950b81d9df73d29b94f061c8fd04
parent73316750771ef55c3d9723be3c321221a482f584 (diff)
downloadxorg-lib-libXScrnSaver-b58dced9ca72778438a1a57a314d18450891b7a5.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--xscrnsaver.pc.in6
2 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 313be61..e059830 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-11-19 Kevin E. Martin <kem-at-freedesktop-dot-org>
+
+ * xscrnsaver.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/xscrnsaver.pc.in b/xscrnsaver.pc.in
index 4646778..67e0f63 100644
--- a/xscrnsaver.pc.in
+++ b/xscrnsaver.pc.in
@@ -6,5 +6,7 @@ includedir=@includedir@
Name: XScrnSaver
Description: The XScrnSaver Library
Version: @PACKAGE_VERSION@
-Cflags: -I${includedir} @XSCRNSAVER_CFLAGS@
-Libs: -L${libdir} -lXss @XSCRNSAVER_LIBS@
+Requires: scrnsaverproto
+Requires.private: x11 xext
+Cflags: -I${includedir}
+Libs: -L${libdir} -lXss