Config.in 541 B

1234567891011121314151617181920
  1. config BR2_PACKAGE_SUBVERSION
  2. bool "subversion"
  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_APR_UTIL
  8. select BR2_PACKAGE_EXPAT
  9. select BR2_PACKAGE_LZ4
  10. select BR2_PACKAGE_UTF8PROC
  11. select BR2_PACKAGE_ZLIB
  12. select BR2_PACKAGE_SQLITE
  13. help
  14. Subversion is an open source version control system
  15. http://subversion.apache.org/
  16. comment "subversion needs a toolchain w/ dynamic library"
  17. depends on BR2_USE_MMU
  18. depends on BR2_STATIC_LIBS