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
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_STATIC_LIBS
|
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)
|
|
|
|
|
|
2015-12-29 09:12:38 -03:00
|
|
|
https://github.com/libfuse/libfuse
|
2009-03-05 14:17:55 +00:00
|
|
|
|
2015-03-30 18:07:30 -03: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 18:07:30 -03:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|