summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-11-19 07:15:48 +0000
committerKevin E Martin <kem@kem.org>2005-11-19 07:15:48 +0000
commit26d800bab72f25e0088bf048b220eb96d6d1cf3f (patch)
tree461d5359b08dd80cef443c7ceca4f0aeb143a04d
parentb6e194b20a83f9f059037aa17fbb00a6d34e53a6 (diff)
downloadxorg-lib-libxkbfile-26d800bab72f25e0088bf048b220eb96d6d1cf3f.tar.gz
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--ChangeLog6
-rw-r--r--xkbfile.pc.in7
2 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d9ecc1..d028e4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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