summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-11-19 07:15:43 +0000
committerKevin E Martin <kem@kem.org>2005-11-19 07:15:43 +0000
commit2533120c26185990d326fa14c92383f85239f3b7 (patch)
tree0b337597a7f0f87f7a136ffe556075afc7cf255f
parent3f332f9af360cd42f5ff1b6f16ac64f7d146ff34 (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--xt.pc.in6
2 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c7b596f..f9a4dd9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-11-19 Kevin E. Martin <kem-at-freedesktop-dot-org>
+
+ * xt.pc.in:
+ Update pkgconfig files to separate library build-time dependencies
+ from application build-time dependencies.
+
2005-11-09 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
diff --git a/xt.pc.in b/xt.pc.in
index e969d67..77d47cf 100644
--- a/xt.pc.in
+++ b/xt.pc.in
@@ -6,5 +6,7 @@ includedir=@includedir@
Name: Xt
Description: X Toolkit Library
Version: @VERSION@
-Cflags: -I${includedir} @XT_CFLAGS@
-Libs: -L${libdir} -lXt @XT_LIBS@
+Requires: xproto x11 sm
+Requires.private: x11 sm
+Cflags: -I${includedir}
+Libs: -L${libdir} -lXt