aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia/mplayer
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-09-16 08:58:17 -0700
committerKhem Raj <raj.khem@gmail.com>2018-09-16 08:58:17 -0700
commitc6c4e5457864644190d442e8cbf8110d7b087da5 (patch)
tree861cda22e318a86caa0944a073d620d658e66f5f /meta-oe/recipes-multimedia/mplayer
parenta06c29be2f5bc204f965ee07298c34232c5c39fc (diff)
downloadmeta-openembedded-c6c4e5457864644190d442e8cbf8110d7b087da5.tar.gz
mpv: Remove lua from packageconfig for aarch64
luajit is not buildable on aarch64 Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-multimedia/mplayer')
-rw-r--r--meta-oe/recipes-multimedia/mplayer/mpv_0.26.0.bb2
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 ??= " \
libass \
${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)} \
"
+
+PACKAGECONFIG_remove_aarch64 = "lua"
PACKAGECONFIG[drm] = "--enable-drm,--disable-drm,libdrm"
PACKAGECONFIG[gbm] = "--enable-gbm,--disable-gbm,virtual/mesa"
PACKAGECONFIG[lua] = "--enable-lua,--disable-lua,lua luajit"