[Buildroot] [PATCH 2/5] sed: show it in config menu when toolchain lacks wchar

Gustavo Zacarias gustavo at zacarias.com.ar
Tue Oct 11 14:02:53 UTC 2011


Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
---
 package/sed/Config.in |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/package/sed/Config.in b/package/sed/Config.in
index 950701c..1430915 100644
--- a/package/sed/Config.in
+++ b/package/sed/Config.in
@@ -6,4 +6,5 @@ config BR2_PACKAGE_SED
 
 	  http://sed.sourceforge.net/
 
-	  Most people will answer Y.
+comment "sed requires a toolchain with WCHAR support"
+	depends on !BR2_USE_WCHAR
-- 
1.7.3.4




More information about the buildroot mailing list