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 | |
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.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | xau.pc.in | 3 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2005-11-19 Kevin E. Martin <kem-at-freedesktop-dot-org> + + * xau.pc.in: + Update pkgconfig files to separate library build-time dependencies + from application build-time dependencies. + 2005-10-18 Kevin E. Martin <kem-at-freedesktop-dot-org> * configure.ac: @@ -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 |