summaryrefslogtreecommitdiffstats
path: root/package/efl
diff options
context:
space:
mode:
authorSimon Dawson <spdawson@gmail.com>2013-11-06 13:56:20 +0000
committerPeter Korsgaard <peter@korsgaard.com>2013-11-06 22:52:39 +0100
commitfdecbd5f82361652fdca30ed20b5bd7e012c1a39 (patch)
treefe3c0fc5f08a24e7f455213818bb21c3ffe19de4 /package/efl
parentde0b7e9ff30b6202f0e4f093aad9fe18837b3d0a (diff)
downloadbuildroot-fdecbd5f82361652fdca30ed20b5bd7e012c1a39.tar.gz
buildroot-fdecbd5f82361652fdca30ed20b5bd7e012c1a39.zip
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>
Diffstat (limited to 'package/efl')
-rw-r--r--package/efl/expedite/Config.in2
-rw-r--r--package/efl/libecore/Config.in1
-rw-r--r--package/efl/libedje/Config.in1
-rw-r--r--package/efl/libelementary/Config.in1
-rw-r--r--package/efl/libethumb/Config.in1
-rw-r--r--package/efl/libevas/Config.in1
6 files changed, 7 insertions, 0 deletions
diff --git a/package/efl/expedite/Config.in b/package/efl/expedite/Config.in
index 466fd7d2d6..918c34ee49 100644
--- a/package/efl/expedite/Config.in
+++ b/package/efl/expedite/Config.in
@@ -4,6 +4,7 @@ config BR2_PACKAGE_EXPEDITE
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,
@@ -12,3 +13,4 @@ config BR2_PACKAGE_EXPEDITE
comment "expedite needs a toolchain w/ C++"
depends on !BR2_INSTALL_LIBSTDCPP
+ depends on !BR2_avr32
diff --git a/package/efl/libecore/Config.in b/package/efl/libecore/Config.in
index 6c887f573e..41a16f9c83 100644
--- a/package/efl/libecore/Config.in
+++ b/package/efl/libecore/Config.in
@@ -38,5 +38,6 @@ config BR2_PACKAGE_LIBECORE_X_XCB
config BR2_PACKAGE_LIBECORE_EVAS
bool "libecore Evas support"
select BR2_PACKAGE_LIBEVAS
+ depends on !BR2_avr32 # libevas
endif # BR2_PACKAGE_LIBECORE
diff --git a/package/efl/libedje/Config.in b/package/efl/libedje/Config.in
index f0985dd3f1..4c3027417d 100644
--- a/package/efl/libedje/Config.in
+++ b/package/efl/libedje/Config.in
@@ -7,6 +7,7 @@ config BR2_PACKAGE_LIBEDJE
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.
diff --git a/package/efl/libelementary/Config.in b/package/efl/libelementary/Config.in
index 59af80ec93..d4584e84f6 100644
--- a/package/efl/libelementary/Config.in
+++ b/package/efl/libelementary/Config.in
@@ -4,6 +4,7 @@ config BR2_PACKAGE_LIBELEMENTARY
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
diff --git a/package/efl/libethumb/Config.in b/package/efl/libethumb/Config.in
index fb0032a2e1..3a2f3dc2b6 100644
--- a/package/efl/libethumb/Config.in
+++ b/package/efl/libethumb/Config.in
@@ -5,6 +5,7 @@ config BR2_PACKAGE_LIBETHUMB
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.
diff --git a/package/efl/libevas/Config.in b/package/efl/libevas/Config.in
index f73376be1b..8c4193fdaf 100644
--- a/package/efl/libevas/Config.in
+++ b/package/efl/libevas/Config.in
@@ -1,5 +1,6 @@
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
OpenPOWER on IntegriCloud