97348e0a38
As for expedite package, there is no advantage for efl related packages to share the same version number anymore (except for efl and libelementary). Also, we usually do not have a sub-directory for a family of related packages which doen't share the same version number, so move libevas-generic-loaders to package directory. Libevas-generic-loaders appear now in "Libraries" -> "Graphics" in the Kconfig menu. Signed-off-by: Romain Naour <romain.naour@openwide.fr> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
29 lines
811 B
Plaintext
29 lines
811 B
Plaintext
menuconfig BR2_PACKAGE_EFL
|
|
bool "Enlightenment Foundation Libraries"
|
|
depends on BR2_USE_WCHAR
|
|
# libeina uses madvise(). To revisit when bumping EFL to 1.8
|
|
depends on BR2_USE_MMU
|
|
help
|
|
Enlightenment Foundation Libraries
|
|
|
|
http://enlightenment.org
|
|
|
|
if BR2_PACKAGE_EFL
|
|
|
|
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/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 needs a toolchain w/ wchar"
|
|
depends on !BR2_USE_WCHAR
|