mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-14 13:12:25 +00:00
mpv: Disable lua support on powerpc
luajit is not supported on ppc Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
12b6f0c7d8
commit
d9c8b61e13
@ -30,6 +30,7 @@ LUA ?= "lua"
|
|||||||
LUA_mips64 = ""
|
LUA_mips64 = ""
|
||||||
LUA_aarch64 = ""
|
LUA_aarch64 = ""
|
||||||
LUA_powerpc64 = ""
|
LUA_powerpc64 = ""
|
||||||
|
LUA_powerpc = ""
|
||||||
|
|
||||||
# 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 ??= " \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user