diff options
author | Markus Volk <f_l_k@t-online.de> | 2025-03-31 08:22:36 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-31 14:42:05 -0700 |
commit | 619f07545c066648c1c4d440f8fd799223879233 (patch) | |
tree | bf8dae27f0cf761ba252660e1ae60d367dd2755c | |
parent | 47757aab70383cb1d3fb1df2a3652efd454c42da (diff) | |
download | meta-openembedded-619f07545c066648c1c4d440f8fd799223879233.tar.gz |
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>
-rw-r--r-- | meta-oe/recipes-multimedia/mplayer/mpv_0.40.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 = "" | |||
34 | 34 | ||
35 | # Note: lua is required to get on-screen-display (controls) | 35 | # Note: lua is required to get on-screen-display (controls) |
36 | PACKAGECONFIG ??= " \ | 36 | PACKAGECONFIG ??= " \ |
37 | libmpv \ | ||
37 | ${LUA} \ | 38 | ${LUA} \ |
38 | ${@bb.utils.filter('DISTRO_FEATURES', 'x11 wayland opengl pipewire pulseaudio vulkan', d)} \ | 39 | ${@bb.utils.filter('DISTRO_FEATURES', 'x11 wayland opengl pipewire pulseaudio vulkan', d)} \ |
39 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl wayland', 'egl', '', d)} \ | 40 | ${@bb.utils.contains('DISTRO_FEATURES', 'opengl wayland', 'egl', '', d)} \ |