Files
buildroot/package/php-lua/Config.in
Bernd Kuhls 995196ea5a package/php-lua: add comment for lua dependency
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Acked-by: Herve Codina <herve.codina@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2026-02-03 23:39:54 +01:00

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