|
@@ -1,5 +1,6 @@
|
|
config BR2_PACKAGE_MINIZIP
|
|
config BR2_PACKAGE_MINIZIP
|
|
bool "minizip"
|
|
bool "minizip"
|
|
|
|
+ depends on BR2_USE_WCHAR
|
|
help
|
|
help
|
|
Enables to extract files from a .zip archive file.
|
|
Enables to extract files from a .zip archive file.
|
|
It is compatible with PKZip 2.04g, WinZip, InfoZip,
|
|
It is compatible with PKZip 2.04g, WinZip, InfoZip,
|
|
@@ -12,3 +13,6 @@ config BR2_PACKAGE_MINIZIP_DEMOS
|
|
depends on BR2_PACKAGE_MINIZIP
|
|
depends on BR2_PACKAGE_MINIZIP
|
|
help
|
|
help
|
|
Enable minizip binary tool.
|
|
Enable minizip binary tool.
|
|
|
|
+
|
|
|
|
+comment "minizip needs a toolchain w/ wchar"
|
|
|
|
+ depends on !BR2_USE_WCHAR
|