summaryrefslogtreecommitdiff
path: root/xvmc.pc.in
diff options
context:
space:
mode:
authorKevin E Martin <kem@kem.org>2005-11-19 07:15:43 +0000
committerKevin E Martin <kem@kem.org>2005-11-19 07:15:43 +0000
commit25b2dc7180677176005d65828d2bfde17119c7a6 (patch)
tree5a250498f17ac2ca8f03057910e65029a8cb571d /xvmc.pc.in
parent384001cc85ea7a77b2800fda7d4abc745135ad3c (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.in7
1 files changed, 4 insertions, 3 deletions
diff --git a/xvmc.pc.in b/xvmc.pc.in
index 06e7903..ecf81d2 100644
--- a/xvmc.pc.in
+++ b/xvmc.pc.in
@@ -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