summaryrefslogtreecommitdiff
path: root/package/libsvg-cairo
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/libsvg-cairo
parenta30b868de6cc147335ce506833ac0848a517e912 (diff)
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/libsvg-cairo')
-rw-r--r--package/libsvg-cairo/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libsvg-cairo/Config.in b/package/libsvg-cairo/Config.in
index 9577c69bf..d69a6b925 100644
--- a/package/libsvg-cairo/Config.in
+++ b/package/libsvg-cairo/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_LIBSVG_CAIRO
bool "libsvg-cairo"
+ depends on BR2_ARCH_HAS_ATOMICS # cairo
select BR2_PACKAGE_CAIRO
select BR2_PACKAGE_CAIRO_SVG
select BR2_PACKAGE_LIBSVG