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
commit65344a0a640183a94f507db5b0d926bbe2b2cacb (patch)
treed4fa0eb0c17d756d7eaf46c34aa6b0295a1ddb1b
parent2954bef8f7b7f03efe15e4b2d143e231923c5ec0 (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--ChangeLog6
-rw-r--r--xkbui.pc.in7
2 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 22bc4a2..de0adc5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-11-19 Kevin E. Martin <kem-at-freedesktop-dot-org>
+
+ * xkbui.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/xkbui.pc.in b/xkbui.pc.in
index 808ad24..74876ef 100644
--- a/xkbui.pc.in
+++ b/xkbui.pc.in
@@ -6,6 +6,7 @@ includedir=@includedir@
Name: xkbui
Description: The xkbui Library
Version: @PACKAGE_VERSION@
-Cflags: -I${includedir} @XKBUI_CFLAGS@
-Libs: -L${libdir} -lxkbui @XKBUI_LIBS@
-
+Requires: x11 kbproto
+Requires.private: x11 xt
+Cflags: -I${includedir}
+Libs: -L${libdir} -lxkbui