buildrootschalter/package/libfuse/Config.in

15 lines
480 B
Plaintext
Raw Normal View History

2007-11-24 17:09:25 +01:00
config BR2_PACKAGE_LIBFUSE
bool "libfuse"
# Really doesn't like static, see fuse/lib/fuse.c
depends on !BR2_PREFER_STATIC_LIB
depends on BR2_LARGEFILE
depends on BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_USE_MMU # fork()
help
2007-11-24 17:09:25 +01:00
FUSE (Filesystem in UserSpacE)
http://fuse.sourceforge.net/
comment "libfuse requires a toolchain with LARGEFILE, threads and dyanmic library support"
depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS || BR2_PREFER_STATIC_LIB