1config BR2_PACKAGE_APR_UTIL
2	bool "apr-util"
3	# apr really needs shared library support
4	depends on !BR2_STATIC_LIBS
5	depends on BR2_USE_MMU # apr
6	select BR2_PACKAGE_APR
7	select BR2_PACKAGE_EXPAT
8	help
9	  The utility library for the apache runtime project
10
11	  https://apr.apache.org
12
13comment "apr-util needs a toolchain w/ dynamic library"
14	depends on BR2_USE_MMU
15	depends on BR2_STATIC_LIBS
16