qt5webkit is not currently supported on MIPS64 platforms, so disable the possibility of selecting this package in that platform. In the future the following changes would be needed to fix this problem: A new Source/JavaScriptCore/assembler/MacroAssemblerMIPS64.h file needs to be created in order to add support for MIPS64 and MacroAssembler.h needs to be modified to include that file in case of CPU(MIPS64). Also Source/WTF/wtf/Platform.h and Source/WTF/wtf/dtoa/utils.h need to be modified to add MIPS64 support. Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
20 lines
643 B
Plaintext
20 lines
643 B
Plaintext
config BR2_PACKAGE_QT5WEBKIT
|
|
bool "qt5webkit"
|
|
select BR2_PACKAGE_QT5BASE
|
|
select BR2_PACKAGE_QT5BASE_ICU
|
|
select BR2_PACKAGE_QT5BASE_GUI
|
|
select BR2_PACKAGE_SQLITE
|
|
select BR2_PACKAGE_XLIB_LIBXEXT if BR2_PACKAGE_QT5BASE_XCB
|
|
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++.
|
|
|
|
This package corresponds to the qt5webkit module.
|
|
|
|
http://qt-project.org
|