Update pkgconfig files to separate library build-time dependencies from
authorKevin E Martin <kem@kem.org>
Sat, 19 Nov 2005 07:15:43 +0000 (07:15 +0000)
committerKevin E Martin <kem@kem.org>
Sat, 19 Nov 2005 07:15:43 +0000 (07:15 +0000)
    application build-time dependencies, and update package deps to work
    with separate build roots.

ChangeLog
xvmc.pc.in

index 97e1e16..2abcb8b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
index 06e7903..ecf81d2 100644 (file)
@@ -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