]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/curlftpfs/Config.in
Merge branch 'next'
[coffee/buildroot.git] / package / curlftpfs / Config.in
1 config BR2_PACKAGE_CURLFTPFS
2         bool "curlftpfs (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_OPENSSL
8         select BR2_PACKAGE_LIBCURL
9         depends on BR2_LARGEFILE
10         depends on BR2_USE_WCHAR # glib2
11         depends on BR2_TOOLCHAIN_HAS_THREADS # libfuse, glib2
12         depends on BR2_USE_MMU # libfuse, glib2
13         depends on !BR2_PREFER_STATIC_LIB # libfuse
14         help
15           CurlFtpFS is a filesystem for accessing FTP hosts based on FUSE
16           and libcurl.
17
18           http://curlftpfs.sourceforge.net/
19
20 comment "curlftpfs needs a toolchain w/ largefile, wchar, threads, dynamic library"
21         depends on BR2_USE_MMU
22         depends on !BR2_LARGEFILE || !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_PREFER_STATIC_LIB