btrfs-progs: bump version to 4.8.3
[buildroot-gz.git] / package / dovecot / Config.in
blob194efb6bc3d62ce4b305d359814c830c55d8de14
1 config BR2_PACKAGE_DOVECOT
2         bool "dovecot"
3         depends on !BR2_STATIC_LIBS
4         depends on BR2_USE_MMU # fork()
5         help
6           Dovecot is an open source IMAP and POP3 email server for Linux/UNIX-
7           like systems, written with security primarily in mind. Dovecot is an
8           excellent choice for both small and large installations. It's fast,
9           simple to set up, requires no special administration and it uses very
10           little memory.
12           http://www.dovecot.org
14 if BR2_PACKAGE_DOVECOT
16 config BR2_PACKAGE_DOVECOT_MYSQL
17         bool "mysql support"
18         select BR2_PACKAGE_MYSQL
19         depends on BR2_INSTALL_LIBSTDCPP # mysql
20         depends on BR2_TOOLCHAIN_HAS_THREADS # mysql
21         help
22           Enable MySQL support.
24 comment "mysql support needs a toolchain w/ C++, threads"
25         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
27 config BR2_PACKAGE_DOVECOT_OPENSSL
28         bool "openssl support"
29         select BR2_PACKAGE_OPENSSL
30         select BR2_PACKAGE_ZLIB
31         help
32           Enable OpenSSL support.
34 config BR2_PACKAGE_DOVECOT_SQLITE
35         bool "sqlite support"
36         select BR2_PACKAGE_SQLITE
37         help
38           Enable SQLite support.
40 source package/dovecot-pigeonhole/Config.in
42 endif # BR2_PACKAGE_DOVECOT
44 comment "dovecot needs a toolchain w/ dynamic library"
45         depends on BR2_USE_MMU
46         depends on BR2_STATIC_LIBS