mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +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>
(cherry picked from commit 761639b9d7)
Signed-off-by: Armin Kuster <akuster808@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"
|
SECTION = "multimedia"
|
||||||
HOMEPAGE = "http://www.mpv.io/"
|
HOMEPAGE = "http://www.mpv.io/"
|
||||||
DEPENDS = "zlib ffmpeg jpeg virtual/libx11 xsp libxv \
|
DEPENDS = "zlib ffmpeg jpeg virtual/libx11 xsp libxv \
|
||||||
libxscrnsaver libv4l libxinerama \
|
libxscrnsaver libv4l libxinerama libvdpau \
|
||||||
"
|
"
|
||||||
|
|
||||||
REQUIRED_DISTRO_FEATURES = "x11"
|
REQUIRED_DISTRO_FEATURES = "x11"
|
||||||
|
|||||||
Reference in New Issue
Block a user