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 | 25b2dc7180677176005d65828d2bfde17119c7a6 (patch) | |
tree | 5a250498f17ac2ca8f03057910e65029a8cb571d | |
parent | 384001cc85ea7a77b2800fda7d4abc745135ad3c (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-- | xvmc.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> + + * xvmc.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: XvMC Description: The XvMC Library Version: @PACKAGE_VERSION@ -Cflags: -I${includedir} @XVMC_CFLAGS@ -Libs: -L${libdir} -lXvMC @XVMC_LIBS@ - +Requires: xproto videoproto xv +Requires.private: x11 xext xv +Cflags: -I${includedir} +Libs: -L${libdir} -lXvMC |