Commit 675897d3 authored by Arnout Vandecappelle's avatar Arnout Vandecappelle Committed by Peter Korsgaard
Browse files

qt5webkit: add missing indirect dependency on atomics and !flat

parent eb54123e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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++.