From 3d042fdd3fb1d2d30ede743741698589e868701b Mon Sep 17 00:00:00 2001 From: Kevin E Martin Date: Sat, 19 Nov 2005 07:15:44 +0000 Subject: Update pkgconfig files to separate library build-time dependencies from application build-time dependencies, and update package deps to work with separate build roots. --- ChangeLog | 6 ++++++ xxf86vm.pc.in | 6 ++++-- 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 + + * xxf86vm.pc.in: + Update pkgconfig files to separate library build-time dependencies + from application build-time dependencies. + 2005-10-18 Kevin E. Martin * 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 -- cgit v1.2.3