From 7cec5bf0ee960356821bea08a30feb92dcbf186e Mon Sep 17 00:00:00 2001 From: Kevin E Martin Date: Sat, 19 Nov 2005 07:15:40 +0000 Subject: Update pkgconfig files to separate library build-time dependencies from application build-time dependencies, and update package deps to work with separate build roots. --- xaw7.pc.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'xaw7.pc.in') 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 -- cgit v1.2.1