blob: 2b0e31a9913b398a8e66a376266714c6cbf37b5b [file] [log] [blame]
Ivan Kutene1498412007-11-24 16:09:25 +00001config BR2_PACKAGE_LIBFUSE
Peter Korsgaard74d91952008-07-10 10:11:25 +00002 bool "libfuse"
Gustavo Zacarias37761382013-02-26 00:16:41 +00003 # Really doesn't like static, see fuse/lib/fuse.c
Thomas Petazzoni665e13c2014-12-03 22:41:29 +01004 depends on !BR2_STATIC_LIBS
Gustavo Zacariasb6e51462012-12-09 04:05:41 +00005 depends on BR2_TOOLCHAIN_HAS_THREADS
Gustavo Zacarias6a219e22012-12-26 00:49:19 +00006 depends on BR2_USE_MMU # fork()
Peter Korsgaard74d91952008-07-10 10:11:25 +00007 help
Ivan Kutene1498412007-11-24 16:09:25 +00008 FUSE (Filesystem in UserSpacE)
9
Gustavo Zacariasf6573602015-12-29 09:12:38 -030010 https://github.com/libfuse/libfuse
Peter Korsgaard2e1ca242009-03-05 14:17:55 +000011
Gustavo Zacariasf4716f72015-03-30 18:07:30 -030012comment "libfuse needs a toolchain w/ threads, dynamic library"
Thomas De Schampheleirebe084202013-11-07 09:24:37 +010013 depends on BR2_USE_MMU
Gustavo Zacariasf4716f72015-03-30 18:07:30 -030014 depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS