mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 06:16:04 +01:00
mpv: build libmpv by default
Add libmpv to PACKAGECONFIG. It is the default setting for mpv_0.40.0 and will be a requirement for recipes like mpvpaper or celluloid Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
47757aab70
commit
619f07545c
|
|
@ -34,6 +34,7 @@ LUA:powerpc = ""
|
|||
|
||||
# Note: lua is required to get on-screen-display (controls)
|
||||
PACKAGECONFIG ??= " \
|
||||
libmpv \
|
||||
${LUA} \
|
||||
${@bb.utils.filter('DISTRO_FEATURES', 'x11 wayland opengl pipewire pulseaudio vulkan', d)} \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'opengl wayland', 'egl', '', d)} \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user