summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-11-19 07:15:44 +0000
committerKevin E Martin <kem@kem.org>2005-11-19 07:15:44 +0000
commit9115eddd12306b09e25f2f427fcbdb0d3ede4569 (patch)
tree177c4b973f1cf727128a4ecb063244961d0a1c1e
parent1d05751f145f3be2769426fc0df936f72f83dd56 (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--xxf86misc.pc.in6
2 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e5b17e6..988348d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-11-19 Kevin E. Martin <kem-at-freedesktop-dot-org>
+
+ * xxf86misc.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/xxf86misc.pc.in b/xxf86misc.pc.in
index b61b60b..57b86af 100644
--- a/xxf86misc.pc.in
+++ b/xxf86misc.pc.in
@@ -6,5 +6,7 @@ includedir=@includedir@
Name: Xxf86misc
Description: XFree86 Misc Extension Library
Version: @VERSION@
-Cflags: -I${includedir} @XXF86MISC_CFLAGS@
-Libs: -L${libdir} -lXxf86misc @XXF86MISC_LIBS@
+Requires: xf86miscproto
+Requires.private: x11 xext
+Cflags: -I${includedir}
+Libs: -L${libdir} -lXxf86misc