summaryrefslogtreecommitdiff
path: root/xmu.pc.in
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-11-19 07:15:42 +0000
committerKevin E Martin <kem@kem.org>2005-11-19 07:15:42 +0000
commit5a807bcce047a8072db2c0cef05a84aa6e6cd3ca (patch)
treea6aa0b4e9aa0b3e0510dade14859d4278ce37440 /xmu.pc.in
parentc50ca633b633d25ba672fb19ac182cea40242069 (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 'xmu.pc.in')
-rw-r--r--xmu.pc.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/xmu.pc.in b/xmu.pc.in
index a504827..a086f83 100644
--- a/xmu.pc.in
+++ b/xmu.pc.in
@@ -6,5 +6,7 @@ includedir=@includedir@
Name: Xmu
Description: Xmu Library
Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -lXmu @XMU_LIBS@
-Cflags: -I${includedir} @XMU_CFLAGS@
+Requires: xproto x11 xt
+Requires.private: x11 xt xext
+Cflags: -I${includedir}
+Libs: -L${libdir} -lXmu