mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-13 18:55:41 +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:
parent
a06c29be2f
commit
c6c4e54578
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user