mutt: needs WCHAR support in toolchain
authorPeter Korsgaard <jacmet@sunsite.dk>
Sun, 23 May 2010 21:37:16 +0000 (23:37 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 23 May 2010 21:37:16 +0000 (23:37 +0200)
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@sunsite.dk>
package/mutt/Config.in

index d345dfe1540100fbf3238c18d2d82a021555070c..754979a6a09eef0a11227b28a3024dcb181f779e 100644 (file)
@@ -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