qt5webkit: add missing indirect dependency on atomics and !flat
authorArnout Vandecappelle <arnout@mind.be>
Wed, 4 Feb 2015 00:34:19 +0000 (01:34 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 7 Feb 2015 20:25:05 +0000 (21:25 +0100)
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/qt5/qt5webkit/Config.in

index 419e393d4e43d21ca1094ce085439d3114b2dfb8..3507a9d3503d8b841bbf7dce592eae7cbe49d6c9 100644 (file)
@@ -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++.