]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/exfat/Config.in
Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS
[coffee/buildroot.git] / package / exfat / Config.in
1 config BR2_PACKAGE_EXFAT
2         bool "exFAT (FUSE)"
3         depends on BR2_LARGEFILE # libfuse
4         depends on BR2_TOOLCHAIN_HAS_THREADS # libfuse
5         depends on BR2_USE_MMU # libfuse
6         depends on BR2_USE_WCHAR
7         depends on !BR2_STATIC_LIBS # libfuse
8         select BR2_PACKAGE_LIBFUSE
9         help
10           A full-featured exFAT file system implementation for GNU/Linux
11           and other Unix-like systems as a FUSE module.
12
13           http://code.google.com/p/exfat/
14
15 comment "exfat needs a toolchain w/ largefile, wchar, threads, dynamic library"
16         depends on BR2_USE_MMU
17         depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR || BR2_STATIC_LIBS