summaryrefslogtreecommitdiffstats
path: root/package/efl/libethumb/Config.in
blob: 64574a0eb8f6961526327a083eedabade93a34df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
comment "libethumb needs a toolchain w/ threads"
	depends on !BR2_avr32
	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_avr32 # libevas
	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
OpenPOWER on IntegriCloud