diff options
| -rw-r--r-- | meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb b/meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb index de78de27f0..c2e8e3d574 100644 --- a/meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb +++ b/meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb | |||
| @@ -31,6 +31,8 @@ PACKAGECONFIG ??= " \ | |||
| 31 | libass \ | 31 | libass \ |
| 32 | ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)} \ | 32 | ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)} \ |
| 33 | " | 33 | " |
| 34 | |||
| 35 | PACKAGECONFIG_remove_aarch64 = "lua" | ||
| 34 | PACKAGECONFIG[drm] = "--enable-drm,--disable-drm,libdrm" | 36 | PACKAGECONFIG[drm] = "--enable-drm,--disable-drm,libdrm" |
| 35 | PACKAGECONFIG[gbm] = "--enable-gbm,--disable-gbm,virtual/mesa" | 37 | PACKAGECONFIG[gbm] = "--enable-gbm,--disable-gbm,virtual/mesa" |
| 36 | PACKAGECONFIG[lua] = "--enable-lua,--disable-lua,lua luajit" | 38 | PACKAGECONFIG[lua] = "--enable-lua,--disable-lua,lua luajit" |
