git: fix build with with no threads
[buildroot-gz.git] / package / mutt / Config.in
blobd85c1a7f7da0aab6ec49864e628fba004eb42928
1 config BR2_PACKAGE_MUTT
2         bool "mutt"
3         depends on BR2_USE_WCHAR
4         depends on BR2_USE_MMU # fork()
5         select BR2_PACKAGE_NCURSES
6         help
7           Mutt is a sophisticated text-based Mail User Agent (MUA)
9           http://www.mutt.org/
11 if BR2_PACKAGE_MUTT
13 config BR2_PACKAGE_MUTT_IMAP
14         bool "imap"
15         help
16           IMAP support
18 config BR2_PACKAGE_MUTT_POP3
19         bool "pop3"
20         help
21           POP3 support
23 endif # BR2_PACKAGE_MUTT
25 comment "mutt needs a toolchain w/ wchar"
26         depends on BR2_USE_MMU
27         depends on !BR2_USE_WCHAR