The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[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/