[Buildroot] [git commit master] mutt: needs WCHAR support in toolchain

Peter Korsgaard jacmet at sunsite.dk
Sun May 23 21:37:16 UTC 2010


commit: http://git.buildroot.net/buildroot/commit/?id=78cff154eaf2e240464d24964ea1a92fa9b68297
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Contrary to the comment in Config.in, mutt isn't broken when wchar
is enabled - In fact, it doesn't build without it.

Add BR2_USE_WCHAR dependency to make this clear.

Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/mutt/Config.in |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/package/mutt/Config.in b/package/mutt/Config.in
index d345dfe..754979a 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
-- 
1.6.3.3




More information about the buildroot mailing list