2005-09-09 06:36:23 +02:00
|
|
|
config BR2_PACKAGE_CVS
|
|
|
|
bool "cvs"
|
2007-08-01 00:40:13 +02:00
|
|
|
depends on BR2_USE_WCHAR
|
2012-09-24 08:13:40 +02:00
|
|
|
# needs fork()
|
|
|
|
depends on BR2_USE_MMU
|
2007-01-03 14:44:01 +01:00
|
|
|
select BR2_PACKAGE_NCURSES
|
2005-09-09 06:36:23 +02:00
|
|
|
help
|
|
|
|
Concurrent Versions System - source code revision control tools.
|
|
|
|
|
2007-02-06 12:22:50 +01:00
|
|
|
http://www.nongnu.org/cvs/
|
|
|
|
|
2013-12-20 22:31:30 +01:00
|
|
|
if BR2_PACKAGE_CVS
|
|
|
|
|
2007-02-06 12:22:50 +01:00
|
|
|
config BR2_PACKAGE_CVS_SERVER
|
|
|
|
bool "server support"
|
|
|
|
help
|
|
|
|
Enable cvs server code
|
2011-10-11 16:02:56 +02:00
|
|
|
|
2013-12-20 22:31:30 +01:00
|
|
|
endif
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "cvs needs a toolchain w/ wchar"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2011-10-11 16:02:56 +02:00
|
|
|
depends on !BR2_USE_WCHAR
|