b728fb77e3
Libembryo is now available in efl package. 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>
38 lines
1.2 KiB
Plaintext
38 lines
1.2 KiB
Plaintext
menuconfig BR2_PACKAGE_EFL
|
|
bool "Enlightenment Foundation Libraries"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_PACKAGE_HAS_UDEV # libudev
|
|
depends on BR2_PACKAGE_LUA # lua 5.1 or better
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # untested without threads
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_USE_WCHAR # use wchar_t
|
|
depends on !BR2_STATIC_LIBS # dlfcn.h
|
|
select BR2_PACKAGE_LIBEFL
|
|
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/libefl/Config.in"
|
|
source "package/efl/libefreet/Config.in"
|
|
source "package/efl/libeio/Config.in"
|
|
source "package/efl/libevas/Config.in"
|
|
source "package/efl/libelementary/Config.in"
|
|
source "package/efl/libedbus/Config.in"
|
|
|
|
endif # BR2_PACKAGE_EFL
|
|
|
|
comment "EFL needs udev /dev management and a toolchain w/ C++, dynamic library, threads, wchar"
|
|
depends on !BR2_PACKAGE_HAS_UDEV || !BR2_INSTALL_LIBSTDCPP \
|
|
|| BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
|
|
depends on BR2_USE_MMU
|
|
|
|
comment "EFL needs lua"
|
|
depends on !BR2_PACKAGE_LUA
|
|
depends on BR2_USE_MMU
|