docs/manual: document the br2-external desc: field
[buildroot-gz.git] / package / subversion / Config.in
blobffe424a7e23d4cb999b77b470e7fd1797409ff57
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_ZLIB
10         select BR2_PACKAGE_SQLITE
11         help
12           Subversion is an open source version control system
14           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