Config.in 678 B

12345678910111213141516171819
  1. config BR2_PACKAGE_LUA_FLU
  2. bool "lua-flu"
  3. depends on !BR2_STATIC_LIBS # libfuse
  4. depends on BR2_TOOLCHAIN_HAS_THREADS # libfuse
  5. depends on BR2_USE_MMU # libfuse
  6. depends on !BR2_PACKAGE_LUA_5_4
  7. select BR2_PACKAGE_ATTR
  8. select BR2_PACKAGE_LIBFUSE
  9. help
  10. Flu is a Lua binding for FUSE, which is a library allowing
  11. creation of filesystem drivers run in userspace. Flu is a high
  12. level binding, using basic Lua types rather than userdata
  13. whenever possible.
  14. http://piratery.net/flu/
  15. comment "lua-flu needs a toolchain w/ threads, dynamic library, Lua <= 5.3"
  16. depends on BR2_USE_MMU
  17. depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS || BR2_PACKAGE_LUA_5_4