diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2013-06-03 17:23:15 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-06-03 17:27:00 +0200 |
commit | 7672b1235d8f786938af66068c1c1da8a766bb38 (patch) | |
tree | 3c9a0e79ee6ebb94bb054aa165dfd79f9903e4a3 /package/libmicrohttpd/Config.in | |
parent | 7e9f3d015c98abfbaed2aad65fbe3331f4576273 (diff) | |
download | buildroot-novena-7672b1235d8f786938af66068c1c1da8a766bb38.tar.gz buildroot-novena-7672b1235d8f786938af66068c1c1da8a766bb38.zip |
gnutls: wchar only needed for tools
And adjust reverse dependencies to match.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libmicrohttpd/Config.in')
-rw-r--r-- | package/libmicrohttpd/Config.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/libmicrohttpd/Config.in b/package/libmicrohttpd/Config.in index 2e4de0f6a..4e78a996c 100644 --- a/package/libmicrohttpd/Config.in +++ b/package/libmicrohttpd/Config.in @@ -10,7 +10,6 @@ config BR2_PACKAGE_LIBMICROHTTPD config BR2_PACKAGE_LIBMICROHTTPD_SSL bool "https support" depends on BR2_PACKAGE_LIBMICROHTTPD - depends on BR2_USE_WCHAR select BR2_PACKAGE_GNUTLS select BR2_PACKAGE_LIBGCRYPT help @@ -18,6 +17,3 @@ config BR2_PACKAGE_LIBMICROHTTPD_SSL comment "libmicrohttpd needs a toolchain with thread support" depends on !BR2_TOOLCHAIN_HAS_THREADS - -comment "libmicrohttpd https support needs a toolchain with wchar support" - depends on BR2_PACKAGE_LIBMICROHTTPD && !BR2_USE_WCHAR |