4cf7d4d79a
Fixes http://autobuild.buildroot.org/results/33ac8387a7b27d7b90c23a5f772292921534f8da/build-end.log Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
20 lines
430 B
Plaintext
20 lines
430 B
Plaintext
config BR2_PACKAGE_CVS
|
|
bool "cvs"
|
|
depends on BR2_USE_WCHAR
|
|
# needs fork()
|
|
depends on BR2_USE_MMU
|
|
select BR2_PACKAGE_NCURSES
|
|
help
|
|
Concurrent Versions System - source code revision control tools.
|
|
|
|
http://www.nongnu.org/cvs/
|
|
|
|
config BR2_PACKAGE_CVS_SERVER
|
|
bool "server support"
|
|
depends on BR2_PACKAGE_CVS
|
|
help
|
|
Enable cvs server code
|
|
|
|
comment "cvs requires a toolchain with WCHAR support"
|
|
depends on !BR2_USE_WCHAR
|