summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2022-03-25 15:04:15 -0700
committerMatt Turner <mattst88@gmail.com>2022-03-26 17:40:06 +0000
commitf65c43c05a766ef2e9335367d079b75273d5e53f (patch)
tree664088b8286e5702c88634346888b92745453862
parentcdf1532b13efe667f40dd472f41b4e12a0282dea (diff)
autotools: fix Requires and Requires.Private in pkgconfig
This only applies to the autotools generated pkg-config files, as Meson does it's own dependency tracking for us.
-rw-r--r--xvmc-wrapper.pc.in4
-rw-r--r--xvmc.pc.in4
2 files changed, 4 insertions, 4 deletions
diff --git a/xvmc-wrapper.pc.in b/xvmc-wrapper.pc.in
index 9a81328..464e915 100644
--- a/xvmc-wrapper.pc.in
+++ b/xvmc-wrapper.pc.in
@@ -6,7 +6,7 @@ includedir=@includedir@
Name: XvMCWrapper
Description: XvMC wrapper library
Version: @PACKAGE_VERSION@
-Requires: xproto videoproto
-Requires.private: x11 xext
+Requires: videoproto xextproto
+Requires.private: x11 >= 1.6 xext xv
Cflags: -I${includedir}
Libs: -L${libdir} -lXvMCW
diff --git a/xvmc.pc.in b/xvmc.pc.in
index 51b88ce..27fa7f9 100644
--- a/xvmc.pc.in
+++ b/xvmc.pc.in
@@ -6,7 +6,7 @@ includedir=@includedir@
Name: XvMC
Description: The XvMC Library
Version: @PACKAGE_VERSION@
-Requires: xproto videoproto
-Requires.private: x11 xext
+Requires: videoproto xextproto
+Requires.private: x11 >= 1.6 xext xv
Cflags: -I${includedir}
Libs: -L${libdir} -lXvMC