[Buildroot] [PATCH 21/21] qt5webkit: add missing indirect dependency on atomics and !flat

Arnout Vandecappelle (Essensium/Mind) arnout at mind.be
Wed Feb 4 00:34:19 UTC 2015


Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
---
 package/qt5/qt5webkit/Config.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/qt5/qt5webkit/Config.in b/package/qt5/qt5webkit/Config.in
index 419e393..3507a9d 100644
--- a/package/qt5/qt5webkit/Config.in
+++ b/package/qt5/qt5webkit/Config.in
@@ -9,6 +9,8 @@ config BR2_PACKAGE_QT5WEBKIT
 	# This module does not support static linking
 	depends on !BR2_STATIC_LIBS
 	depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
+	depends on BR2_ARCH_HAS_ATOMICS # icu
+	depends on !BR2_BINFMT_FLAT # icu
 	help
 	  Qt is a cross-platform application and UI framework for
 	  developers using C++.
-- 
2.1.4




More information about the buildroot mailing list