diff options
Diffstat (limited to 'package/gzip')
-rw-r--r-- | package/gzip/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/gzip/Config.in b/package/gzip/Config.in index dc9d50b9a..f501d5ccc 100644 --- a/package/gzip/Config.in +++ b/package/gzip/Config.in @@ -1,7 +1,11 @@ config BR2_PACKAGE_GZIP bool "gzip" + depends on BR2_USE_WCHAR help Standard GNU compressor. Provides things like gzip, gunzip, gzcat, etc... http://www.gnu.org/software/gzip/gzip.html + +comment "gzip requires a toolchain with WCHAR support" + depends on !BR2_USE_WCHAR |