summaryrefslogtreecommitdiffstats
path: root/package/libfuse/Config.in
blob: 2e9b7dc9a64aecf606d853936d41589ab1d45c4b (plain)
1
2
3
4
5
6
7
8
9
10
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 and threads support"
        depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS