diff options
author | Kevin E Martin <kem@kem.org> | 2005-11-19 07:15:40 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-11-19 07:15:40 +0000 |
commit | b58dced9ca72778438a1a57a314d18450891b7a5 (patch) | |
tree | 908e6f91842d950b81d9df73d29b94f061c8fd04 | |
parent | 73316750771ef55c3d9723be3c321221a482f584 (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-- | ChangeLog | 6 | ||||
-rw-r--r-- | xscrnsaver.pc.in | 6 |
2 files changed, 10 insertions, 2 deletions
@@ -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 |