summaryrefslogtreecommitdiff
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
commited2d19981e048a31d3a594341787f0505d4dd6a8 (patch)
tree7430cd1facef62c19112ae792503f29cc0eb316c
parent768933f26103bd9324e3c3efbc287ca21a2776b3 (diff)
downloadxorg-lib-libXv-ed2d19981e048a31d3a594341787f0505d4dd6a8.tar.gz
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--ChangeLog6
-rw-r--r--xv.pc.in7
2 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index b5c4671..712c63f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
diff --git a/xv.pc.in b/xv.pc.in
index bf2788d..2edb41f 100644
--- a/xv.pc.in
+++ b/xv.pc.in
@@ -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