mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
packagegroup-meta-multimedia: include vlc only with x11 in DISTRO_FEATURES
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -67,7 +67,7 @@ RDEPENDS_packagegroup-meta-multimedia = "\
|
|||||||
openal-soft \
|
openal-soft \
|
||||||
opusfile \
|
opusfile \
|
||||||
libdvdcss \
|
libdvdcss \
|
||||||
${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "vlc", "", d)} \
|
${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", bb.utils.contains("DISTRO_FEATURES", "x11", "vlc", "", d), "", d)} \
|
||||||
${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "sox streamripper", "", d)} \
|
${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "commercial", "sox streamripper", "", d)} \
|
||||||
tinyalsa \
|
tinyalsa \
|
||||||
tremor \
|
tremor \
|
||||||
|
|||||||
Reference in New Issue
Block a user