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 | |
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.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | xxf86dga.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> + + * xxf86dga.pc.in: + Update pkgconfig files to separate library build-time dependencies + from application build-time dependencies. + 2005-11-09 Kevin E. Martin <kem-at-freedesktop-dot-org> * configure.ac: 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 |