]> Git Repo - buildroot-mgba.git/blob - package/curlftpfs/Config.in
package/c*/Config.in: fix ordering of statements
[buildroot-mgba.git] / package / curlftpfs / Config.in
1 config BR2_PACKAGE_CURLFTPFS
2         bool "curlftpfs (FUSE)"
3         depends on BR2_USE_WCHAR # glib2
4         depends on BR2_TOOLCHAIN_HAS_THREADS # libfuse, glib2
5         depends on BR2_USE_MMU # libfuse, glib2
6         depends on !BR2_STATIC_LIBS # libfuse
7         select BR2_PACKAGE_LIBFUSE
8         select BR2_PACKAGE_LIBGLIB2
9         select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
10         select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
11         select BR2_PACKAGE_OPENSSL
12         select BR2_PACKAGE_LIBCURL
13         help
14           CurlFtpFS is a filesystem for accessing FTP hosts based on FUSE
15           and libcurl.
16
17           http://curlftpfs.sourceforge.net/
18
19 comment "curlftpfs needs a toolchain w/ wchar, threads, dynamic library"
20         depends on BR2_USE_MMU
21         depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
This page took 0.028124 seconds and 4 git commands to generate.