buildrootschalter/package/lua/Config.in
Peter Korsgaard 4683420c4c Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
2008-07-17 20:01:44 +00:00

12 lines
304 B
Plaintext

config BR2_PACKAGE_LUA
bool "lua"
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