|
@@ -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
|