mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-03 22:23:52 -09:00
Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Acked-by: Herve Codina <herve.codina@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
12 lines
319 B
Plaintext
12 lines
319 B
Plaintext
config BR2_PACKAGE_PHP_LUA
|
|
bool "php-lua"
|
|
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
|
|
help
|
|
This extension embeds the lua interpreter and offers an
|
|
OO-API to lua variables and functions.
|
|
|
|
https://pecl.php.net/package/lua
|
|
|
|
comment "php-lua needs the lua interpreter"
|
|
depends on !BR2_PACKAGE_HAS_LUAINTERPRETER
|