[Buildroot] [git commit] cvs: show it in config menu when toolchain lacks wchar

Peter Korsgaard jacmet at sunsite.dk
Tue Oct 11 14:09:51 UTC 2011


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

Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/cvs/Config.in |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/package/cvs/Config.in b/package/cvs/Config.in
index 2e61834..f9d5955 100644
--- a/package/cvs/Config.in
+++ b/package/cvs/Config.in
@@ -12,3 +12,6 @@ config BR2_PACKAGE_CVS_SERVER
 	depends on BR2_PACKAGE_CVS
 	help
 	  Enable cvs server code
+
+comment "cvs requires a toolchain with WCHAR support"
+	depends on !BR2_USE_WCHAR


More information about the buildroot mailing list