mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 15:33:28 +08:00
7ba2e23d8b
[Peter: select dbus, add upstream URL, remove unneeded autoreconf] Signed-off-by: Will Newton <will.newton@imgtec.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
27 lines
736 B
Plaintext
27 lines
736 B
Plaintext
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/libevas/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
|