mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
mpv: Add libvdpau to DEPENDS
Fixes WARNING: mpv-0.15.0-r0 do_package_qa: QA Issue: mpv rdepends on libvdpau, but it isn't a build dependency, missing libvdpau in DEPENDS or PACKAGECONFIG? [build-deps] Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@ DESCRIPTION = "mpv is a fork of mplayer2 and MPlayer. It shares some features wi
|
||||
SECTION = "multimedia"
|
||||
HOMEPAGE = "http://www.mpv.io/"
|
||||
DEPENDS = "zlib ffmpeg jpeg virtual/libx11 xsp libxv \
|
||||
libxscrnsaver libv4l libxinerama \
|
||||
libxscrnsaver libv4l libxinerama libvdpau \
|
||||
"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
Reference in New Issue
Block a user