]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/sshfs/Config.in
Rename BR2_PREFER_STATIC_LIB to BR2_STATIC_LIBS
[coffee/buildroot.git] / package / sshfs / Config.in
1 config BR2_PACKAGE_SSHFS
2         bool "sshfs (FUSE)"
3         select BR2_PACKAGE_LIBFUSE
4         select BR2_PACKAGE_LIBGLIB2
5         select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
6         select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
7         select BR2_PACKAGE_OPENSSH
8         depends on BR2_LARGEFILE
9         depends on BR2_USE_WCHAR # glib2
10         depends on BR2_TOOLCHAIN_HAS_THREADS # libfuse, glib2
11         depends on BR2_USE_MMU # libfuse, glib2
12         depends on !BR2_STATIC_LIBS # libfuse
13         help
14           FUSE filesystem client based on the SSH File Transfer Protocol.
15
16           http://fuse.sourceforge.net/sshfs.html
17
18 comment "sshfs needs a toolchain w/ largefile, wchar, threads, dynamic library"
19         depends on BR2_USE_MMU
20         depends on !BR2_LARGEFILE || !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS