mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
mpv: Remove lua from packageconfig for aarch64
luajit is not buildable on aarch64 Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -31,6 +31,8 @@ PACKAGECONFIG ??= " \
|
|||||||
libass \
|
libass \
|
||||||
${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)} \
|
${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)} \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
PACKAGECONFIG_remove_aarch64 = "lua"
|
||||||
PACKAGECONFIG[drm] = "--enable-drm,--disable-drm,libdrm"
|
PACKAGECONFIG[drm] = "--enable-drm,--disable-drm,libdrm"
|
||||||
PACKAGECONFIG[gbm] = "--enable-gbm,--disable-gbm,virtual/mesa"
|
PACKAGECONFIG[gbm] = "--enable-gbm,--disable-gbm,virtual/mesa"
|
||||||
PACKAGECONFIG[lua] = "--enable-lua,--disable-lua,lua luajit"
|
PACKAGECONFIG[lua] = "--enable-lua,--disable-lua,lua luajit"
|
||||||
|
|||||||
Reference in New Issue
Block a user