blob: 754979a6a09eef0a11227b28a3024dcb181f779e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
config BR2_PACKAGE_MUTT
bool "mutt"
depends on BR2_USE_WCHAR
select BR2_PACKAGE_NCURSES
help
Mutt is a sophisticated text-based Mail User Agent (MUA)
http://www.mutt.org/
comment "mutt requires a toolchain with WCHAR support"
depends on !BR2_USE_WCHAR
|