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 /xxf86vm.pc.in | |
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.
Diffstat (limited to 'xxf86vm.pc.in')
-rw-r--r-- | xxf86vm.pc.in | 6 |
1 files changed, 4 insertions, 2 deletions
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 |