diff --git a/package/mutt/Config.in b/package/mutt/Config.in index d345dfe15..754979a6a 100644 --- a/package/mutt/Config.in +++ b/package/mutt/Config.in @@ -1,8 +1,11 @@ config BR2_PACKAGE_MUTT - bool "mutt (BROKEN for wchar; FIXME!)" + 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