blob: 76223bd3ccebe6eca4511e21febbdae2ce8d05f6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
config BR2_PACKAGE_MUTT
bool "mutt"
depends on BR2_USE_WCHAR
depends on BR2_USE_MMU # fork()
select BR2_PACKAGE_NCURSES
help
Mutt is a sophisticated text-based Mail User Agent (MUA)
http://www.mutt.org/
comment "mutt needs a toolchain w/ wchar"
depends on !BR2_USE_WCHAR
|