summaryrefslogtreecommitdiff
path: root/xau.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
commit08bef4712fc1e9194db9c8910f461873b7065063 (patch)
tree2d23ca8ea1241e5ace79294526f751411bd5f95c /xau.pc.in
parent307ff4cf91c1331c29470a9654d9d18293b45389 (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 'xau.pc.in')
-rw-r--r--xau.pc.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/xau.pc.in b/xau.pc.in
index e902102..cda113a 100644
--- a/xau.pc.in
+++ b/xau.pc.in
@@ -6,5 +6,6 @@ includedir=@includedir@
Name: Xau
Description: X authorization file management libary
Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -lXau
+Requires: xproto
Cflags: -I${includedir}
+Libs: -L${libdir} -lXau