mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
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>
This commit is contained in:
parent
ef8573de1a
commit
25db4b974a
@ -27,6 +27,8 @@ config BR2_PACKAGE_ENLIGHTENMENT
|
|||||||
depends on BR2_USE_MMU
|
depends on BR2_USE_MMU
|
||||||
depends on BR2_PACKAGE_XORG7
|
depends on BR2_PACKAGE_XORG7
|
||||||
depends on !BR2_avr32 # libevas
|
depends on !BR2_avr32 # libevas
|
||||||
|
# libevas-generic-loaders-svg -> librsvg -> pango -> cairo
|
||||||
|
depends on BR2_ARCH_HAS_ATOMICS
|
||||||
help
|
help
|
||||||
Enlightenment, also known simply as E, is a stacking window
|
Enlightenment, also known simply as E, is a stacking window
|
||||||
manager for the X Window System which can be used alone or
|
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"
|
comment "enlightenment needs a toolchain w/ wchar, C++, threads"
|
||||||
depends on BR2_PACKAGE_XORG7 && BR2_USE_MMU
|
depends on BR2_PACKAGE_XORG7 && BR2_USE_MMU
|
||||||
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP
|
||||||
|
depends on BR2_ARCH_HAS_ATOMICS
|
||||||
depends on !BR2_avr32
|
depends on !BR2_avr32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user