diff options
author | Kevin E Martin <kem@kem.org> | 2005-11-19 07:15:43 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-11-19 07:15:43 +0000 |
commit | 81f335d928ea693c6dff24c2a170010959b1cc1d (patch) | |
tree | fcbc36b3d3f1b21e32762ea1956504001a1e6811 /xxf86dga.pc.in | |
parent | a346dd66fdfe04d2cb41bd2f7869f1c6b90e5941 (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 'xxf86dga.pc.in')
-rw-r--r-- | xxf86dga.pc.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/xxf86dga.pc.in b/xxf86dga.pc.in index f09aeb3..30d2912 100644 --- a/xxf86dga.pc.in +++ b/xxf86dga.pc.in @@ -6,5 +6,7 @@ includedir=@includedir@ Name: Xxf86dga Description: XFree86 Direct Graphics Access Extension Library Version: @VERSION@ -Cflags: -I${includedir} @XXF86DGA_CFLAGS@ -Libs: -L${libdir} -lXxf86dga @XXF86DGA_LIBS@ +Requires: xf86dgaproto +Requires.private: x11 xext +Cflags: -I${includedir} +Libs: -L${libdir} -lXxf86dga |