4d5f9f4b73
libelementary sources include dlfcn.h header when HAVE_FORK symbol is defined; this is always the case because efl already depends on BR2_USE_MMU. Fixes: http://autobuild.buildroot.org/results/07c/07c97918dab24215f5c5130a9cd2788adca0a27d/ Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
18 lines
585 B
Plaintext
18 lines
585 B
Plaintext
comment "libelementary needs a toolchain w/ threads, dynamic library"
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
|
|
|
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_TOOLCHAIN_HAS_THREADS # libevas
|
|
depends on !BR2_STATIC_LIBS
|
|
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
|