diff options
author | Kevin E Martin <kem@kem.org> | 2005-11-19 07:15:48 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-11-19 07:15:48 +0000 |
commit | 26d800bab72f25e0088bf048b220eb96d6d1cf3f (patch) | |
tree | 461d5359b08dd80cef443c7ceca4f0aeb143a04d | |
parent | b6e194b20a83f9f059037aa17fbb00a6d34e53a6 (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-- | xkbfile.pc.in | 7 |
2 files changed, 10 insertions, 3 deletions
@@ -1,3 +1,9 @@ +2005-11-19 Kevin E. Martin <kem-at-freedesktop-dot-org> + + * xkbfile.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: diff --git a/xkbfile.pc.in b/xkbfile.pc.in index 8da83ad..5079d5d 100644 --- a/xkbfile.pc.in +++ b/xkbfile.pc.in @@ -6,6 +6,7 @@ includedir=@includedir@ Name: xkbfile Description: The xkbfile Library Version: @PACKAGE_VERSION@ -Cflags: -I${includedir} @XKBFILE_CFLAGS@ -Libs: -L${libdir} -lxkbfile @XKBFILE_LIBS@ - +Requires: kbproto +Requires.private: x11 +Cflags: -I${includedir} +Libs: -L${libdir} -lxkbfile |