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>
This commit is contained in:
Fatih Aşıcı 2013-12-30 11:34:17 +02:00 committed by Thomas Petazzoni
parent 08fc7be2bb
commit e962b2a2f3

View File

@ -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++.