|
@@ -1,6 +1,7 @@
|
|
config BR2_PACKAGE_MINIZIP
|
|
config BR2_PACKAGE_MINIZIP
|
|
bool "minizip"
|
|
bool "minizip"
|
|
depends on BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS
|
|
depends on BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS
|
|
|
|
+ depends on !(BR2_TOOLCHAIN_USES_UCLIBC && !BR2_USE_MMU) # libbsd
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libbsd
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libbsd
|
|
depends on BR2_USE_WCHAR # libbsd
|
|
depends on BR2_USE_WCHAR # libbsd
|
|
select BR2_PACKAGE_LIBBSD
|
|
select BR2_PACKAGE_LIBBSD
|
|
@@ -19,4 +20,5 @@ config BR2_PACKAGE_MINIZIP_DEMOS
|
|
|
|
|
|
comment "minizip needs a toolchain w/ threads, wchar"
|
|
comment "minizip needs a toolchain w/ threads, wchar"
|
|
depends on BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS
|
|
depends on BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS
|
|
|
|
+ depends on BR2_TOOLCHAIN_USES_UCLIBC && !BR2_USE_MMU
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
|