mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
lua: remove 3 sub-options, always install all
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
9de94e3477
commit
76983349cf
@@ -7,29 +7,11 @@ config BR2_PACKAGE_LUA
|
||||
|
||||
if BR2_PACKAGE_LUA
|
||||
|
||||
config BR2_PACKAGE_LUA_COMPILER
|
||||
bool "lua compiler"
|
||||
select BR2_PACKAGE_LUA_SHARED_LIBRARY
|
||||
help
|
||||
Install luac binary
|
||||
|
||||
config BR2_PACKAGE_LUA_INTERPRETER
|
||||
bool "lua interpreter"
|
||||
select BR2_PACKAGE_LUA_SHARED_LIBRARY
|
||||
help
|
||||
Install lua binary
|
||||
|
||||
config BR2_PACKAGE_LUA_INTERPRETER_READLINE
|
||||
bool "readline support"
|
||||
depends on BR2_PACKAGE_LUA_INTERPRETER
|
||||
select BR2_PACKAGE_READLINE
|
||||
select BR2_PACKAGE_NCURSES
|
||||
help
|
||||
Enables command-line editing in the lua interpreter.
|
||||
|
||||
config BR2_PACKAGE_LUA_SHARED_LIBRARY
|
||||
bool "shared library"
|
||||
help
|
||||
Install shared liblua.so
|
||||
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user