Neither epoll_create1 nor inotify_init1 is available on avr32. Fixes build
failures such as the following.
http://autobuild.buildroot.net/results/
4d435a5fc608936362d605aca696c01023be9723
Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
select BR2_PACKAGE_LIBEVAS
select BR2_PACKAGE_LIBEET
depends on BR2_INSTALL_LIBSTDCPP
+ depends on !BR2_avr32 # libevas
help
Expedite is the official Evas benchmark tool. It can test different
engines, such as X11, XRender, OpenGL (also ES variant), SDL,
comment "expedite needs a toolchain w/ C++"
depends on !BR2_INSTALL_LIBSTDCPP
+ depends on !BR2_avr32
config BR2_PACKAGE_LIBECORE_EVAS
bool "libecore Evas support"
select BR2_PACKAGE_LIBEVAS
+ depends on !BR2_avr32 # libevas
endif # BR2_PACKAGE_LIBECORE
select BR2_PACKAGE_LIBEMBRYO
select BR2_PACKAGE_LIBEVAS
select BR2_PACKAGE_LUA
+ depends on !BR2_avr32 # libevas
help
A graphical layout and animation library for animated
resizable, compressed and scalable themes.
select BR2_PACKAGE_LIBEVAS
select BR2_PACKAGE_LIBECORE
select BR2_PACKAGE_LIBEDJE
+ depends on !BR2_avr32 # libevas
help
Elementary is a widget toolkit and EFL wrapper and convenience
library to make it easy to build applications and tools with UIs
select BR2_PACKAGE_LIBECORE
select BR2_PACKAGE_LIBECORE_EVAS
select BR2_PACKAGE_LIBEDJE
+ depends on !BR2_avr32 # libevas
help
Ethumb is a library for generating thumbnail images of documents.
config BR2_PACKAGE_LIBEVAS
bool "libevas"
+ depends on !BR2_avr32 # no epoll_create1 or inotify_init1
select BR2_PACKAGE_FREETYPE
select BR2_PACKAGE_LIBEINA
# required to build so far
# libedbus -> dbus
depends on BR2_USE_MMU
depends on BR2_PACKAGE_XORG7
+ depends on !BR2_avr32 # libevas
help
Enlightenment, also known simply as E, is a stacking window
manager for the X Window System which can be used alone or
comment "enlightenment needs a toolchain w/ wchar, C++, threads"
depends on BR2_PACKAGE_XORG7
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_INSTALL_LIBSTDCPP
+ depends on !BR2_avr32