summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-11-19 07:15:41 +0000
committerKevin E Martin <kem@kem.org>2005-11-19 07:15:41 +0000
commitfcbf0710165e6f87633e5a044229172c81a90341 (patch)
tree2a1a25a9242e35f6f0b08e7e7ba32db5172e776c
parentef419a10f278e3fc66f2e4166c895e7ffcaab58d (diff)
downloadxorg-lib-libXi-fcbf0710165e6f87633e5a044229172c81a90341.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--xi.pc.in6
2 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f8c189e..7217a5b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-11-19 Kevin E. Martin <kem-at-freedesktop-dot-org>
+
+ * xi.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/xi.pc.in b/xi.pc.in
index 184109f..3f05dd8 100644
--- a/xi.pc.in
+++ b/xi.pc.in
@@ -6,5 +6,7 @@ includedir=@includedir@
Name: Xi
Description: X Input Extension Library
Version: @VERSION@
-Cflags: -I${includedir} @XI_CFLAGS@
-Libs: -L${libdir} -lXi @XI_LIBS@
+Requires: inputproto
+Requires.private: x11 xext
+Cflags: -I${includedir}
+Libs: -L${libdir} -lXi