From f65c43c05a766ef2e9335367d079b75273d5e53f Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Fri, 25 Mar 2022 15:04:15 -0700 Subject: 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. --- xvmc-wrapper.pc.in | 4 ++-- xvmc.pc.in | 4 ++-- 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 -- cgit v1.2.3