99c4a8354f
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
19 lines
486 B
Plaintext
19 lines
486 B
Plaintext
config BR2_PACKAGE_APR_UTIL
|
|
bool "apr-util"
|
|
select BR2_PACKAGE_APR
|
|
select BR2_PACKAGE_SQLITE
|
|
select BR2_PACKAGE_NEON
|
|
select BR2_PACKAGE_NEON_ZLIB
|
|
select BR2_PACKAGE_ZLIB
|
|
# apr really needs shared library support
|
|
depends on !BR2_PREFER_STATIC_LIB
|
|
depends on BR2_USE_MMU # apr
|
|
help
|
|
The utility library for the apache runtime project
|
|
|
|
http://apr.apache.org/
|
|
|
|
comment "apr-util needs a toolchain w/ dynamic library"
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_PREFER_STATIC_LIB
|