2013-08-27 19:08:05 +02:00
|
|
|
config BR2_PACKAGE_SUBVERSION
|
|
|
|
bool "subversion"
|
|
|
|
# apr really needs shared library support
|
2014-12-03 22:41:29 +01:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2013-11-27 14:00:41 +01:00
|
|
|
depends on BR2_USE_MMU # apr
|
2017-04-22 19:18:05 +02:00
|
|
|
select BR2_PACKAGE_APR
|
|
|
|
select BR2_PACKAGE_APR_UTIL
|
2014-10-27 17:39:02 +01:00
|
|
|
select BR2_PACKAGE_EXPAT
|
|
|
|
select BR2_PACKAGE_ZLIB
|
|
|
|
select BR2_PACKAGE_SQLITE
|
2013-08-27 19:08:05 +02:00
|
|
|
help
|
|
|
|
Subversion is an open source version control system
|
|
|
|
|
|
|
|
http://subversion.apache.org/
|
2015-12-29 15:12:50 +01:00
|
|
|
|
|
|
|
comment "subversion needs a toolchain w/ dynamic library"
|
|
|
|
depends on BR2_USE_MMU
|
|
|
|
depends on BR2_STATIC_LIBS
|