diff options
-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 |