Commit 5091a9fa authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

lua: select readline / ncurses

parent a908a976
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
config BR2_PACKAGE_LUA
	bool "lua"
	depends on BR2_READLINE
	depends on BR2_PACKAGE_NCURSES
	select BR2_READLINE
	select 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