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:
Markus Volk 2025-03-31 08:22:36 +02:00 committed by Khem Raj
parent 47757aab70
commit 619f07545c
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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)} \