mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
lua: select readline / ncurses
This commit is contained 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
|
||||
|
||||
Reference in New Issue
Block a user