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 | ed2d19981e048a31d3a594341787f0505d4dd6a8 (patch) | |
tree | 7430cd1facef62c19112ae792503f29cc0eb316c | |
parent | 768933f26103bd9324e3c3efbc287ca21a2776b3 (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-- | xv.pc.in | 7 |
2 files changed, 10 insertions, 3 deletions
@@ -1,3 +1,9 @@ +2005-11-19 Kevin E. Martin <kem-at-freedesktop-dot-org> + + * xv.pc.in: + Update pkgconfig files to separate library build-time dependencies + from application build-time dependencies. + 2005-10-18 Kevin E. Martin <kem-at-freedesktop-dot-org> * configure.ac: @@ -6,6 +6,7 @@ includedir=@includedir@ Name: Xv Description: The Xv Library Version: @PACKAGE_VERSION@ -Cflags: -I${includedir} @XV_CFLAGS@ -Libs: -L${libdir} -lXv @XV_LIBS@ - +Requires: xproto videoproto +Requires.private: x11 xext +Cflags: -I${includedir} +Libs: -L${libdir} -lXv |