xref: /OK3568_Linux_fs/buildroot/package/lua-flu/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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
15	  http://piratery.net/flu/
16
17comment "lua-flu needs a toolchain w/ threads, dynamic library, Lua <= 5.3"
18	depends on BR2_USE_MMU
19	depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS || BR2_PACKAGE_LUA_5_4
20