diff options
Diffstat (limited to 'package/libfuse/Config.in')
-rw-r--r-- | package/libfuse/Config.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/libfuse/Config.in b/package/libfuse/Config.in index dffadf8a1..2e9b7dc9a 100644 --- a/package/libfuse/Config.in +++ b/package/libfuse/Config.in @@ -1,10 +1,11 @@ config BR2_PACKAGE_LIBFUSE bool "libfuse" depends on BR2_LARGEFILE + depends on BR2_TOOLCHAIN_HAS_THREADS help FUSE (Filesystem in UserSpacE) http://fuse.sourceforge.net/ -comment "libfuse requires a toolchain with LARGEFILE support" - depends on !BR2_LARGEFILE +comment "libfuse requires a toolchain with LARGEFILE and threads support" + depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS |