2012-05-03 14:22:36 +02:00
|
|
|
config BR2_PACKAGE_APR_UTIL
|
|
|
|
bool "apr-util"
|
2012-05-17 11:26:45 +02:00
|
|
|
# apr really needs shared library support
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2013-11-27 14:00:41 +01:00
|
|
|
depends on BR2_USE_MMU # apr
|
2017-04-22 19:17:48 +02:00
|
|
|
select BR2_PACKAGE_APR
|
|
|
|
select BR2_PACKAGE_EXPAT
|
2012-05-03 14:22:36 +02:00
|
|
|
help
|
|
|
|
The utility library for the apache runtime project
|
|
|
|
|
|
|
|
http://apr.apache.org/
|
2014-10-05 15:45:13 +02:00
|
|
|
|
|
|
|
comment "apr-util needs a toolchain w/ dynamic library"
|
|
|
|
depends on BR2_USE_MMU
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on BR2_STATIC_LIBS
|