776dad5bf9b1663c56cd7d9d5de5a81c16ac6b43
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / subversion / Config.in
1 config BR2_PACKAGE_SUBVERSION
2         bool "subversion"
3         select BR2_PACKAGE_APR
4         select BR2_PACKAGE_APR_UTIL
5         # apr really needs shared library support
6         depends on !BR2_STATIC_LIBS
7         depends on BR2_USE_MMU # apr
8         select BR2_PACKAGE_EXPAT
9         select BR2_PACKAGE_NEON
10         select BR2_PACKAGE_NEON_XML
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/