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 | 08bef4712fc1e9194db9c8910f461873b7065063 (patch) | |
tree | 2d23ca8ea1241e5ace79294526f751411bd5f95c /xau.pc.in | |
parent | 307ff4cf91c1331c29470a9654d9d18293b45389 (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.in | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |