kumquat-buildroot/package/efl/libedje/Config.in
Simon Dawson fdecbd5f82 libevas: disable on avr32
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>
2013-11-06 22:52:39 +01:00

23 lines
611 B
Plaintext

config BR2_PACKAGE_LIBEDJE
bool "libedje"
select BR2_PACKAGE_LIBEINA
select BR2_PACKAGE_LIBEET
select BR2_PACKAGE_LIBECORE
select BR2_PACKAGE_LIBECORE_EVAS
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.
http://trac.enlightenment.org/e/wiki/Edje
config BR2_PACKAGE_LIBEDJE_CC
bool "build edje_cc"
depends on BR2_PACKAGE_LIBEDJE
help
Build and install the Edje compiler for the target. Normally this
is not required.