diff options
author | Anton Kolesov <anton.kolesov@synopsys.com> | 2014-08-17 21:29:47 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-08-18 10:58:21 +0200 |
commit | da2f1822378060b9d45f16a03ba4da3753e7f8e9 (patch) | |
tree | ecc3c1de7d0973fd87cc777ed1098691795d592a /package/pango | |
parent | a30b868de6cc147335ce506833ac0848a517e912 (diff) | |
download | buildroot-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/pango')
-rw-r--r-- | package/pango/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/pango/Config.in b/package/pango/Config.in index 70f4fd3a8d..e9c3040b1f 100644 --- a/package/pango/Config.in +++ b/package/pango/Config.in @@ -4,6 +4,7 @@ config BR2_PACKAGE_PANGO depends on BR2_TOOLCHAIN_HAS_THREADS # glib2 depends on BR2_USE_MMU # glib2 depends on BR2_INSTALL_LIBSTDCPP # freetype support + depends on BR2_ARCH_HAS_ATOMICS # cairo select BR2_PACKAGE_LIBGLIB2 select BR2_PACKAGE_EXPAT select BR2_PACKAGE_CAIRO @@ -23,5 +24,6 @@ config BR2_PACKAGE_PANGO comment "pango needs a toolchain w/ wchar, threads, C++" depends on BR2_USE_MMU + depends on BR2_ARCH_HAS_ATOMICS depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \ !BR2_INSTALL_LIBSTDCPP |