1config 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 16 http://subversion.apache.org/ 17 18comment "subversion needs a toolchain w/ dynamic library" 19 depends on BR2_USE_MMU 20 depends on BR2_STATIC_LIBS 21