]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/unionfs/Config.in
Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS
[coffee/buildroot.git] / package / unionfs / Config.in
1 config BR2_PACKAGE_UNIONFS
2         bool "unionfs (FUSE)"
3         select BR2_PACKAGE_LIBFUSE
4         depends on BR2_LARGEFILE
5         depends on BR2_TOOLCHAIN_HAS_THREADS # libfuse
6         depends on BR2_USE_MMU # libfuse
7         depends on !BR2_STATIC_LIBS # libfuse
8         help
9           A userspace unionfs implementation.
10
11           http://podgorny.cz/moin/UnionFsFuse
12
13 comment "unionfs needs a toolchain w/ largefile, threads, dynamic library"
14         depends on BR2_USE_MMU
15         depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS