summaryrefslogtreecommitdiff
path: root/xaw7.pc.in
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
commit7cec5bf0ee960356821bea08a30feb92dcbf186e (patch)
tree9853b6e5f44b7bc24addf33f94fb67ecdff7001e /xaw7.pc.in
parentcb243066d12834c2f63a82f9695761a01400e26f (diff)
downloadxorg-lib-libXaw-7cec5bf0ee960356821bea08a30feb92dcbf186e.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.
Diffstat (limited to 'xaw7.pc.in')
-rw-r--r--xaw7.pc.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/xaw7.pc.in b/xaw7.pc.in
index bfdaabd..11bfbb3 100644
--- a/xaw7.pc.in
+++ b/xaw7.pc.in
@@ -6,5 +6,7 @@ includedir=@includedir@
Name: Xaw
Description: X Athena Widgets Library, version 7
Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -lXaw7 @XAW7_LIBS@
-Cflags: -I${includedir} @XAW7_CFLAGS@
+Requires: xproto xt xmu
+Requires.private: x11 xext xt xmu xpm
+Cflags: -I${includedir}
+Libs: -L${libdir} -lXaw7