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 /xscrnsaver.pc.in | |
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.
Diffstat (limited to 'xscrnsaver.pc.in')
-rw-r--r-- | xscrnsaver.pc.in | 6 |
1 files changed, 4 insertions, 2 deletions
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 |