2007-11-24 16:09:25 +00:00
|
|
|
config BR2_PACKAGE_LIBFUSE
|
2008-07-10 10:11:25 +00:00
|
|
|
bool "libfuse"
|
2013-02-26 00:16:41 +00:00
|
|
|
# Really doesn't like static, see fuse/lib/fuse.c
|
|
|
|
|
depends on !BR2_PREFER_STATIC_LIB
|
2009-03-05 14:17:55 +00:00
|
|
|
depends on BR2_LARGEFILE
|
2012-12-09 04:05:41 +00:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2012-12-26 00:49:19 +00:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2008-07-10 10:11:25 +00:00
|
|
|
help
|
2007-11-24 16:09:25 +00:00
|
|
|
FUSE (Filesystem in UserSpacE)
|
|
|
|
|
|
|
|
|
|
http://fuse.sourceforge.net/
|
2009-03-05 14:17:55 +00:00
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "libfuse needs a toolchain w/ largefile, threads, dynamic library"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
|
|
|
|
depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS || BR2_PREFER_STATIC_LIB
|