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>
(cherry picked from commit 761639b9d7)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Khem Raj 2016-11-23 00:53:58 -08:00 committed by Armin Kuster
parent c01bac97e6
commit f2cbe4f7d3

View File

@ -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"