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 /xvmc.pc.in | |
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.
Diffstat (limited to 'xvmc.pc.in')
-rw-r--r-- | xvmc.pc.in | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |