summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/qt5/qt5webkit/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/qt5/qt5webkit/Config.in b/package/qt5/qt5webkit/Config.in
index 9eb5ef8375..4a578ff579 100644
--- a/package/qt5/qt5webkit/Config.in
+++ b/package/qt5/qt5webkit/Config.in
@@ -8,6 +8,8 @@ config BR2_PACKAGE_QT5WEBKIT
select BR2_PACKAGE_XLIB_LIBXRENDER if BR2_PACKAGE_QT5BASE_XCB
# This module does not support static linking
depends on !BR2_PREFER_STATIC_LIB
+ # This package is not supported on MIPS 64-bit architecture
+ depends on !BR2_mips64 && !BR2_mips64el
help
Qt is a cross-platform application and UI framework for
developers using C++.
OpenPOWER on IntegriCloud