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 /xkbfile.pc.in | |
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.
Diffstat (limited to 'xkbfile.pc.in')
-rw-r--r-- | xkbfile.pc.in | 7 |
1 files changed, 4 insertions, 3 deletions
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 |