507a3304ab
In preparation for the introduction of Lua 5.4, we need to adjust the dependency of the lua-compat53 package: it only makes sense when a Lua 5.1-compatible interpreter is available (either Lua 5.1 or LuaJIT). We use the recently introduced BR2_PACKAGE_LUAINTERPRETER_ABI_VERSION_5_1 symbol to achieve this. Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
9 lines
243 B
Plaintext
9 lines
243 B
Plaintext
config BR2_PACKAGE_LUA_COMPAT53
|
|
bool "lua-compat53"
|
|
depends on BR2_PACKAGE_LUAINTERPRETER_ABI_VERSION_5_1
|
|
help
|
|
Compatibility module providing Lua-5.3-style APIs for Lua 5.2
|
|
and 5.1.
|
|
|
|
https://github.com/keplerproject/lua-compat-5.3
|