|
@@ -309,9 +309,13 @@ choice
|
|
|
|
|
|
config BR2_PACKAGE_QT_QTZLIB
|
|
config BR2_PACKAGE_QT_QTZLIB
|
|
bool "Qt zlib"
|
|
bool "Qt zlib"
|
|
|
|
+ depends on !BR2_STATIC_LIBS
|
|
help
|
|
help
|
|
Use the zlib bundled with Qt.
|
|
Use the zlib bundled with Qt.
|
|
|
|
|
|
|
|
+comment "Qt zlib needs a toolchain w/ dynamic library"
|
|
|
|
+ depends on BR2_STATIC_LIBS
|
|
|
|
+
|
|
config BR2_PACKAGE_QT_SYSTEMZLIB
|
|
config BR2_PACKAGE_QT_SYSTEMZLIB
|
|
bool "System zlib"
|
|
bool "System zlib"
|
|
select BR2_PACKAGE_ZLIB
|
|
select BR2_PACKAGE_ZLIB
|