summaryrefslogtreecommitdiff
path: root/package/lua/Config.in
blob: 559310a90732dcf3441cfcfd172d8f8c55771770 (plain)
1
2
3
4
5
6
7
8
9
10
11
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