summaryrefslogtreecommitdiffstats
path: root/package/efl/Config.in
blob: bb1a986cb515dbeffd252e5c25dc34d02f56f0d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
menuconfig BR2_PACKAGE_EFL
	bool "Enlightenment Foundation Libraries"
	depends on BR2_USE_WCHAR
	help
	  Enlightenment Foundation Libraries

	  http://enlightenment.org

if BR2_PACKAGE_EFL

source "package/efl/expedite/Config.in"
source "package/efl/libeina/Config.in"
source "package/efl/libecore/Config.in"
source "package/efl/libeet/Config.in"
source "package/efl/libefreet/Config.in"
source "package/efl/libeio/Config.in"
source "package/efl/libevas/Config.in"
source "package/efl/libevas-generic-loaders/Config.in"
source "package/efl/libembryo/Config.in"
source "package/efl/libedje/Config.in"
source "package/efl/libethumb/Config.in"
source "package/efl/libelementary/Config.in"
source "package/efl/libedbus/Config.in"

endif # BR2_PACKAGE_EFL

comment "EFL requires WCHAR support in toolchain"
	depends on !BR2_USE_WCHAR