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:
Khem Raj 2019-12-19 11:15:18 -08:00
parent b8c5044b39
commit d603409c32

View File

@ -29,6 +29,8 @@ inherit waf pkgconfig pythonnative features_check
LUA ?= "lua"
LUA_mips64 = ""
LUA_aarch64 = ""
LUA_powerpc64 = ""
# Note: both lua and libass are required to get on-screen-display (controls)
PACKAGECONFIG ??= " \
${LUA} \