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