python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / gzip / Config.in
blobf2eac0376f7f5fe648b76692da703eac2f6616a9
1 config BR2_PACKAGE_GZIP
2         bool "gzip"
3         depends on BR2_USE_WCHAR
4         depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
5         help
6           Standard GNU compressor. Provides things like gzip,
7           gunzip, gzcat, etc...
9           http://www.gnu.org/software/gzip/gzip.html
11 comment "gzip needs a toolchain w/ wchar"
12         depends on !BR2_USE_WCHAR
13         depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS