diff options
author | Kevin E Martin <kem@kem.org> | 2005-11-19 07:15:44 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-11-19 07:15:44 +0000 |
commit | 3d042fdd3fb1d2d30ede743741698589e868701b (patch) | |
tree | 920808a06ea306624947f8d8746f569d02766b5d | |
parent | eb9d4a646a4dfc30fde31deb926a954c2c41ec98 (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-- | ChangeLog | 6 | ||||
-rw-r--r-- | xxf86vm.pc.in | 6 |
2 files changed, 10 insertions, 2 deletions
@@ -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 |