99a1dbb82a
As noticed by Yann [1], move the package dependencies before selected packages/options. [1] http://lists.busybox.net/pipermail/buildroot/2015-October/142955.html 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>
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"
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libevas
|
|
depends on !BR2_STATIC_LIBS
|
|
select BR2_PACKAGE_LIBEINA
|
|
select BR2_PACKAGE_LIBEVAS
|
|
select BR2_PACKAGE_LIBECORE
|
|
select BR2_PACKAGE_LIBEDJE
|
|
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
|