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
commit3d042fdd3fb1d2d30ede743741698589e868701b (patch)
tree920808a06ea306624947f8d8746f569d02766b5d
parenteb9d4a646a4dfc30fde31deb926a954c2c41ec98 (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--xxf86vm.pc.in6
2 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b1c7c7..c3adc69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-11-19 Kevin E. Martin <kem-at-freedesktop-dot-org>
+
+ * xxf86vm.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/xxf86vm.pc.in b/xxf86vm.pc.in
index 49c01f2..c53dec6 100644
--- a/xxf86vm.pc.in
+++ b/xxf86vm.pc.in
@@ -6,5 +6,7 @@ includedir=@includedir@
Name: Xxf86vm
Description: XFree86 Video Mode Extension Library
Version: @VERSION@
-Cflags: -I${includedir} @XXF86VM_CFLAGS@
-Libs: -L${libdir} -lXxf86vm @XXF86VM_LIBS@
+Requires: xf86vidmodeproto
+Requires.private: x11 xext
+Cflags: -I${includedir}
+Libs: -L${libdir} -lXxf86vm