Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot/package/lua
@ 2008-08-04 19:08 jacmet at uclibc.org
  0 siblings, 0 replies; only message in thread
From: jacmet at uclibc.org @ 2008-08-04 19:08 UTC (permalink / raw)
  To: buildroot

Author: jacmet
Date: 2008-08-04 12:08:21 -0700 (Mon, 04 Aug 2008)
New Revision: 23036

Log:
lua: select readline / ncurses

Modified:
   trunk/buildroot/package/lua/Config.in


Changeset:
Modified: trunk/buildroot/package/lua/Config.in
===================================================================
--- trunk/buildroot/package/lua/Config.in	2008-08-04 19:08:15 UTC (rev 23035)
+++ trunk/buildroot/package/lua/Config.in	2008-08-04 19:08:21 UTC (rev 23036)
@@ -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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-08-04 19:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-04 19:08 [Buildroot] svn commit: trunk/buildroot/package/lua jacmet at uclibc.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox