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
commit59ac6be6490072bd562d5f4447f01a5a080cf5f9 (patch)
tree25ef681b5183ba341fc6d169152469338ae164a6
parentd17efabf719888d7895e6cee7ff06d7ccb013676 (diff)
downloadxorg-lib-libXext-59ac6be6490072bd562d5f4447f01a5a080cf5f9.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--xext.pc.in6
2 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index cfda989..a554832 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-11-19 Kevin E. Martin <kem-at-freedesktop-dot-org>
+
+ * xext.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/xext.pc.in b/xext.pc.in
index 56ada5a..de49ce6 100644
--- a/xext.pc.in
+++ b/xext.pc.in
@@ -6,5 +6,7 @@ includedir=@includedir@
Name: Xext
Description: Misc X Extension Library
Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -lXext @XEXT_LIBS@
-Cflags: -I${includedir} @XEXT_CFLAGS@
+Requires: xextproto
+Requires.private: x11 xau
+Cflags: -I${includedir}
+Libs: -L${libdir} -lXext