summaryrefslogtreecommitdiffstats
path: root/package/webkit
diff options
context:
space:
mode:
authorAnton Kolesov <anton.kolesov@synopsys.com>2014-08-17 21:29:47 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-08-18 10:58:21 +0200
commitda2f1822378060b9d45f16a03ba4da3753e7f8e9 (patch)
treeecc3c1de7d0973fd87cc777ed1098691795d592a /package/webkit
parenta30b868de6cc147335ce506833ac0848a517e912 (diff)
downloadbuildroot-da2f1822378060b9d45f16a03ba4da3753e7f8e9.tar.gz
buildroot-da2f1822378060b9d45f16a03ba4da3753e7f8e9.zip
cairo: add dependency on atomic operations
This fixes: http://autobuild.buildroot.net/results/fadfaa9916724d310d0dda555a1db31bee1601d0/ Signed-off-by: Anton Kolesov <Anton.Kolesov@synopsys.com> [yann.morin.1998@free.fr: use the new symbol; remove comment strings; fix weston's comment] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/webkit')
-rw-r--r--package/webkit/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/webkit/Config.in b/package/webkit/Config.in
index 8cd1a36066..fcb61b6e79 100644
--- a/package/webkit/Config.in
+++ b/package/webkit/Config.in
@@ -17,6 +17,7 @@ config BR2_PACKAGE_WEBKIT
depends on BR2_PACKAGE_LIBGTK2
depends on BR2_PACKAGE_WEBKIT_ARCH_SUPPORTS
depends on !BR2_BINFMT_FLAT # icu
+ depends on BR2_ARCH_HAS_ATOMICS # cairo
select BR2_PACKAGE_CAIRO
select BR2_PACKAGE_CAIRO_PNG
select BR2_PACKAGE_ENCHANT
@@ -44,6 +45,7 @@ config BR2_PACKAGE_WEBKIT
comment "webkit needs libgtk2 and a toolchain w/ C++, wchar, threads"
depends on BR2_PACKAGE_WEBKIT_ARCH_SUPPORTS
+ depends on BR2_ARCH_HAS_ATOMICS # cairo
depends on !BR2_PACKAGE_LIBGTK2 || !BR2_INSTALL_LIBSTDCPP || \
!BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
depends on BR2_USE_MMU
OpenPOWER on IntegriCloud