|
@@ -9,6 +9,8 @@ config BR2_PACKAGE_QT5WEBKIT
|
|
|
depends on !BR2_STATIC_LIBS
|
|
|
depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
|
|
|
depends on !BR2_BINFMT_FLAT # icu
|
|
|
+ # assumes a FPU is available on MIPS
|
|
|
+ depends on !BR2_MIPS_SOFT_FLOAT
|
|
|
help
|
|
|
Qt is a cross-platform application and UI framework for
|
|
|
developers using C++.
|
|
@@ -28,3 +30,4 @@ comment "qt5webkit needs a toolchain w/ dynamic library"
|
|
|
depends on BR2_STATIC_LIBS
|
|
|
depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
|
|
|
depends on !BR2_BINFMT_FLAT
|
|
|
+ depends on !BR2_MIPS_SOFT_FLOAT
|