diff options
author | Fatih Aşıcı <fatih.asici@gmail.com> | 2013-12-30 11:34:17 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-12-31 00:09:40 +0100 |
commit | e962b2a2f3b0ad16740b0b6d85323f5e3456e66f (patch) | |
tree | 41cd00dd889619c95eda33c03e36ab13f59ee152 | |
parent | 08fc7be2bbf6e6e2260db0f47690842b177084ff (diff) | |
download | buildroot-e962b2a2f3b0ad16740b0b6d85323f5e3456e66f.tar.gz buildroot-e962b2a2f3b0ad16740b0b6d85323f5e3456e66f.zip |
qt5webkit: depend on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
Signed-off-by: Fatih Aşıcı <fatih.asici@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/qt5/qt5webkit/Config.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/qt5/qt5webkit/Config.in b/package/qt5/qt5webkit/Config.in index 4a578ff579..3a5856611c 100644 --- a/package/qt5/qt5webkit/Config.in +++ b/package/qt5/qt5webkit/Config.in @@ -8,8 +8,7 @@ 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 + depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE help Qt is a cross-platform application and UI framework for developers using C++. |