浏览代码

qt5webkit: add missing indirect dependency on atomics and !flat

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Arnout Vandecappelle 10 年之前
父节点
当前提交
675897d359
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      package/qt5/qt5webkit/Config.in

+ 2 - 0
package/qt5/qt5webkit/Config.in

@@ -9,6 +9,8 @@ config BR2_PACKAGE_QT5WEBKIT
 	# This module does not support static linking
 	# This module does not support static linking
 	depends on !BR2_STATIC_LIBS
 	depends on !BR2_STATIC_LIBS
 	depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
 	depends on BR2_PACKAGE_QT5_JSCORE_AVAILABLE
+	depends on BR2_ARCH_HAS_ATOMICS # icu
+	depends on !BR2_BINFMT_FLAT # icu
 	help
 	help
 	  Qt is a cross-platform application and UI framework for
 	  Qt is a cross-platform application and UI framework for
 	  developers using C++.
 	  developers using C++.