Browse Source

nano: needs wchar

Fixes:
http://autobuild.buildroot.net/results/317/3177b7d6168eec0620e4a1ade9166c9c84929e6e/

[Peter: add comment when not available]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Gustavo Zacarias 11 years ago
parent
commit
09d1176e1e
1 changed files with 4 additions and 0 deletions
  1. 4 0
      package/nano/Config.in

+ 4 - 0
package/nano/Config.in

@@ -1,5 +1,6 @@
 config BR2_PACKAGE_NANO
 config BR2_PACKAGE_NANO
 	bool "nano"
 	bool "nano"
+	depends on BR2_USE_WCHAR
 	# full version uses fork()
 	# full version uses fork()
 	select BR2_PACKAGE_NANO_TINY if !BR2_USE_MMU
 	select BR2_PACKAGE_NANO_TINY if !BR2_USE_MMU
 	select BR2_PACKAGE_NCURSES
 	select BR2_PACKAGE_NCURSES
@@ -15,3 +16,6 @@ config BR2_PACKAGE_NANO_TINY
 	depends on BR2_PACKAGE_NANO
 	depends on BR2_PACKAGE_NANO
 	help
 	help
 	  Disable all features for the sake of size.
 	  Disable all features for the sake of size.
+
+comment "nano needs a toolchain w/ wchar"
+	depends on !BR2_USE_WCHAR