From 619f07545c066648c1c4d440f8fd799223879233 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Mon, 31 Mar 2025 08:22:36 +0200 Subject: 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 Signed-off-by: Khem Raj --- meta-oe/recipes-multimedia/mplayer/mpv_0.40.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-multimedia/mplayer/mpv_0.40.0.bb b/meta-oe/recipes-multimedia/mplayer/mpv_0.40.0.bb index 1fa6a6da65..3d54bbb341 100644 --- a/meta-oe/recipes-multimedia/mplayer/mpv_0.40.0.bb +++ b/meta-oe/recipes-multimedia/mplayer/mpv_0.40.0.bb @@ -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)} \ -- cgit v1.2.3-54-g00ecf