Config.in 318 B

12345678910111213
  1. config BR2_PACKAGE_LUA_AUGEAS
  2. bool "lua-augeas"
  3. depends on !BR2_arc # augeas
  4. depends on BR2_USE_WCHAR # augeas
  5. select BR2_PACKAGE_AUGEAS
  6. help
  7. Lua binding for augeas library
  8. https://github.com/ncopa/lua-augeas
  9. comment "lua-augeas needs a toolchain w/ wchar"
  10. depends on !BR2_arc
  11. depends on !BR2_USE_WCHAR