diff options
| author | Simon Dawson <spdawson@gmail.com> | 2013-11-06 13:56:20 +0000 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2013-11-06 22:52:39 +0100 |
| commit | fdecbd5f82361652fdca30ed20b5bd7e012c1a39 (patch) | |
| tree | fe3c0fc5f08a24e7f455213818bb21c3ffe19de4 /package/enlightenment | |
| parent | de0b7e9ff30b6202f0e4f093aad9fe18837b3d0a (diff) | |
| download | buildroot-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/enlightenment')
| -rw-r--r-- | package/enlightenment/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/enlightenment/Config.in b/package/enlightenment/Config.in index 54c0ac670e..5df817b63e 100644 --- a/package/enlightenment/Config.in +++ b/package/enlightenment/Config.in @@ -26,6 +26,7 @@ config BR2_PACKAGE_ENLIGHTENMENT # 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 @@ -38,3 +39,4 @@ config BR2_PACKAGE_ENLIGHTENMENT 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 |

