mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-10 16:40:03 +00:00
mpv: Remove luajit dependency for ppc64
luajit is not available on ppc64 Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -29,6 +29,8 @@ inherit waf pkgconfig pythonnative features_check
|
|||||||
LUA ?= "lua"
|
LUA ?= "lua"
|
||||||
LUA_mips64 = ""
|
LUA_mips64 = ""
|
||||||
LUA_aarch64 = ""
|
LUA_aarch64 = ""
|
||||||
|
LUA_powerpc64 = ""
|
||||||
|
|
||||||
# Note: both lua and libass are required to get on-screen-display (controls)
|
# Note: both lua and libass are required to get on-screen-display (controls)
|
||||||
PACKAGECONFIG ??= " \
|
PACKAGECONFIG ??= " \
|
||||||
${LUA} \
|
${LUA} \
|
||||||
|
|||||||
Reference in New Issue
Block a user