Преглед на файлове

mutt: needs WCHAR support in toolchain

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>
Peter Korsgaard преди 15 години
родител
ревизия
78cff154ea
променени са 1 файла, в които са добавени 4 реда и са изтрити 1 реда
  1. 4 1
      package/mutt/Config.in

+ 4 - 1
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