gst1-plugins-base: bump version to 1.6.0
[buildroot-gz.git] / package / subversion / Config.in
blob61c9d3b0dc1bd7761534e3d7ed6a82f321cd8697
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/