9863553fe8
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
16 lines
454 B
Plaintext
16 lines
454 B
Plaintext
comment "libethumb needs a toolchain w/ threads"
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
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_TOOLCHAIN_HAS_THREADS # libevas
|
|
help
|
|
Ethumb is a library for generating thumbnail images of documents.
|
|
|
|
http://trac.enlightenment.org/e/wiki/Ethumb
|