summaryrefslogtreecommitdiff
path: root/package/enlightenment
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2015-02-04 01:34:17 +0100
committerPeter Korsgaard <peter@korsgaard.com>2015-02-07 21:23:53 +0100
commit25db4b974a583438926825137f9b02c09e3837c8 (patch)
tree7570c74b11eaea244d9f72e0689a88789ba76bd4 /package/enlightenment
parentef8573de1abfeda51cc6703719e2c6e7a52115f2 (diff)
enlightenment: add missing indirect dependency on atomics
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/enlightenment')
-rw-r--r--package/enlightenment/Config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/enlightenment/Config.in b/package/enlightenment/Config.in
index f34140bc91..37e9e75610 100644
--- a/package/enlightenment/Config.in
+++ b/package/enlightenment/Config.in
@@ -27,6 +27,8 @@ config BR2_PACKAGE_ENLIGHTENMENT
depends on BR2_USE_MMU
depends on BR2_PACKAGE_XORG7
depends on !BR2_avr32 # libevas
+ # libevas-generic-loaders-svg -> librsvg -> pango -> cairo
+ depends on BR2_ARCH_HAS_ATOMICS
help
Enlightenment, also known simply as E, is a stacking window
manager for the X Window System which can be used alone or
@@ -39,4 +41,5 @@ config BR2_PACKAGE_ENLIGHTENMENT
comment "enlightenment needs a toolchain w/ wchar, C++, threads"
depends on BR2_PACKAGE_XORG7 && BR2_USE_MMU
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP
+ depends on BR2_ARCH_HAS_ATOMICS
depends on !BR2_avr32