|
@@ -31,7 +31,7 @@ config BR2_PACKAGE_QT5WEBENGINE
|
|
|
depends on BR2_TOOLCHAIN_USES_GLIBC # execinfo.h, mallinfo
|
|
|
depends on BR2_HOST_GCC_AT_LEAST_4_8 # qt5base-icu
|
|
|
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # qt5base-icu
|
|
|
- depends on BR2_TOOLCHAIN_HAS_GCC_BUG_85862 || BR2_PACKAGE_QT5_VERSION_5_6 # libnss
|
|
|
+ depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_85862 || BR2_PACKAGE_QT5_VERSION_5_6 # libnss
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2, libvpx, qt5base-dbus
|
|
|
depends on BR2_USE_WCHAR # libglib2
|
|
|
depends on BR2_PACKAGE_QT5_GL_AVAILABLE # qt5declarative, qt5base-eglfs
|