blob: c1358fee780eca2bbd3fcbdc61a92872192fedea (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
config BR2_PACKAGE_SUBVERSION
bool "subversion"
select BR2_PACKAGE_APR_UTIL
# apr really needs shared library support
depends on !BR2_PREFER_STATIC_LIB
select BR2_PACKAGE_NEON
select BR2_PACKAGE_NEON_XML
help
Subversion is an open source version control system
http://subversion.apache.org/
|