summaryrefslogtreecommitdiffstats
path: root/package/efl/libelementary/Config.in
blob: 91740aff9fb0caf9a354db4b636175adcf1024cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
comment "libelementary needs a toolchain w/ threads"
	depends on !BR2_avr32
	depends on !BR2_TOOLCHAIN_HAS_THREADS

config BR2_PACKAGE_LIBELEMENTARY
	bool "libelementary"
	select BR2_PACKAGE_LIBEINA
	select BR2_PACKAGE_LIBEVAS
	select BR2_PACKAGE_LIBECORE
	select BR2_PACKAGE_LIBEDJE
	depends on !BR2_avr32 # libevas
	depends on BR2_TOOLCHAIN_HAS_THREADS # libevas
	help
	  Elementary is a widget toolkit and EFL wrapper and convenience
	  library to make it easy to build applications and tools with UIs
	  with less code.

	  http://trac.enlightenment.org/e/wiki/Elementary
OpenPOWER on IntegriCloud