Config.in 443 B

123456789101112131415161718192021222324
  1. config BR2_PACKAGE_CVS
  2. bool "cvs"
  3. depends on BR2_USE_WCHAR
  4. # needs fork()
  5. depends on BR2_USE_MMU
  6. select BR2_PACKAGE_NCURSES
  7. help
  8. Concurrent Versions System - source code revision control
  9. tools.
  10. http://www.nongnu.org/cvs/
  11. if BR2_PACKAGE_CVS
  12. config BR2_PACKAGE_CVS_SERVER
  13. bool "server support"
  14. help
  15. Enable cvs server code
  16. endif
  17. comment "cvs needs a toolchain w/ wchar"
  18. depends on BR2_USE_MMU
  19. depends on !BR2_USE_WCHAR