buildrootschalter/package/lua/Config.in
2007-11-30 01:08:36 +00:00

13 lines
315 B
Plaintext

config BR2_PACKAGE_LUA
bool "lua"
default n
depends on BR2_READLINE
depends on BR2_PACKAGE_NCURSES
help
Lua is a powerful, fast, light-weight, embeddable scripting language.
http://www.lua.org/
comment "lua - disabled (requires readline and ncurses)"
depends on !BR2_READLINE && !BR2_PACKAGE_NCURSES