Config.in 393 B

123456789101112131415
  1. config 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. http://apr.apache.org/
  11. comment "apr-util needs a toolchain w/ dynamic library"
  12. depends on BR2_USE_MMU
  13. depends on BR2_STATIC_LIBS