From dd9ae03725990ee9c9336bca4b267dfbb696002f Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 23 Jul 2019 15:28:50 -0400 Subject: pkgconfig: Remove xv from xvmc.pc This library does not itself require libXv for anything. --- xvmc.pc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xvmc.pc.in b/xvmc.pc.in index ecf81d2..51b88ce 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 xv -Requires.private: x11 xext xv +Requires: xproto videoproto +Requires.private: x11 xext Cflags: -I${includedir} Libs: -L${libdir} -lXvMC -- cgit v1.2.3