xref: /OK3568_Linux_fs/buildroot/package/apr-util/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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	  http://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