From: Gustavo Zacarias Date: Tue, 5 Feb 2013 03:49:54 +0000 (+0000) Subject: gnutls: tools require the package X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1b2ab4a43c2090f6d2b9c6b96db5c9284783d329;p=buildroot.git gnutls: tools require the package [Peter: remove the unneeded BR2_USE_WCHAR dependency] Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/gnutls/Config.in b/package/gnutls/Config.in index 3a34c48b69..038b3fb9b6 100644 --- a/package/gnutls/Config.in +++ b/package/gnutls/Config.in @@ -10,7 +10,7 @@ config BR2_PACKAGE_GNUTLS config BR2_PACKAGE_GNUTLS_TOOLS bool "install tools" - depends on BR2_USE_WCHAR + depends on BR2_PACKAGE_GNUTLS help Install GnuTLS command line tools for various cryptographic tasks.