浏览代码

lua: select readline / ncurses

Peter Korsgaard 17 年之前
父节点
当前提交
5091a9fa6d
共有 1 个文件被更改,包括 2 次插入5 次删除
  1. 2 5
      package/lua/Config.in

+ 2 - 5
package/lua/Config.in

@@ -1,11 +1,8 @@
 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