fdecbd5f82
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>
13 lines
350 B
Plaintext
13 lines
350 B
Plaintext
config BR2_PACKAGE_LIBETHUMB
|
|
bool "libethumb"
|
|
select BR2_PACKAGE_LIBEINA
|
|
select BR2_PACKAGE_LIBEVAS
|
|
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.
|
|
|
|
http://trac.enlightenment.org/e/wiki/Ethumb
|