summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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