Config.in 341 B

12345678910111213
  1. config BR2_PACKAGE_APR_UTIL
  2. bool "apr-util"
  3. select BR2_PACKAGE_APR
  4. select BR2_PACKAGE_SQLITE
  5. select BR2_PACKAGE_NEON
  6. select BR2_PACKAGE_NEON_ZLIB
  7. select BR2_PACKAGE_ZLIB
  8. # apr really needs shared library support
  9. depends on !BR2_PREFER_STATIC_LIB
  10. help
  11. The utility library for the apache runtime project
  12. http://apr.apache.org/