Config.in 796 B

12345678910111213141516171819202122232425262728293031323334
  1. config BR2_PACKAGE_LUA
  2. bool "lua"
  3. help
  4. Lua is a powerful, fast, light-weight, embeddable scripting language.
  5. http://www.lua.org/
  6. config BR2_PACKAGE_LUA_COMPILER
  7. bool "lua compiler"
  8. depends on BR2_PACKAGE_LUA
  9. select BR2_PACKAGE_LUA_SHARED_LIBRARY
  10. help
  11. Install luac binary
  12. config BR2_PACKAGE_LUA_INTERPRETER
  13. bool "lua interpreter"
  14. depends on BR2_PACKAGE_LUA
  15. select BR2_PACKAGE_LUA_SHARED_LIBRARY
  16. help
  17. Install lua binary
  18. config BR2_PACKAGE_LUA_INTERPRETER_READLINE
  19. bool "readline support"
  20. depends on BR2_PACKAGE_LUA_INTERPRETER
  21. select BR2_PACKAGE_READLINE
  22. select BR2_PACKAGE_NCURSES
  23. help
  24. Enables command-line editing in the lua interpreter.
  25. config BR2_PACKAGE_LUA_SHARED_LIBRARY
  26. bool "shared library"
  27. depends on BR2_PACKAGE_LUA
  28. help
  29. Install shared liblua.so