mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-09 11:35:08 +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:
parent
b8c5044b39
commit
d603409c32
@ -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} \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user