summaryrefslogtreecommitdiffstats
path: root/package/qt5/qt5webkit
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2015-02-04 01:34:19 +0100
committerPeter Korsgaard <peter@korsgaard.com>2015-02-07 21:25:05 +0100
commit675897d3599097cdac4b1c66608ec3b92c068a02 (patch)
tree4d3b28bd205fad8308e59cfadb946940e03bf0dc /package/qt5/qt5webkit
parenteb54123ebcef0aa8c5bb26e915fbefa7c6addf0c (diff)
downloadbuildroot-675897d3599097cdac4b1c66608ec3b92c068a02.tar.gz
buildroot-675897d3599097cdac4b1c66608ec3b92c068a02.zip
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>
Diffstat (limited to 'package/qt5/qt5webkit')
-rw-r--r--package/qt5/qt5webkit/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/qt5/qt5webkit/Config.in b/package/qt5/qt5webkit/Config.in
index 419e393d4e..3507a9d350 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++.
OpenPOWER on IntegriCloud