libXvMC/n_bring-back-libXv-dep.patch
Stefan Dirsch 008e9ddfff - n_bring-back-libXv-dep.patch
* fixes build of Mesa's xvmc gallium driver, since that 
    references in XvMCCreateContex also XvQueryAdaptors, 
    XvFreeAdaptorInfo and XvFreeAdaptorInfo

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libXvMC?expand=0&rev=22
2019-09-30 11:01:46 +00:00

15 lines
383 B
Diff

diff --git a/xvmc.pc.in b/xvmc.pc.in
index 51b88ce..ecf81d2 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: xproto videoproto xv
+Requires.private: x11 xext xv
Cflags: -I${includedir}
Libs: -L${libdir} -lXvMC