Config.in 486 B

123456789101112131415161718192021222324252627
  1. config BR2_PACKAGE_MUTT
  2. bool "mutt"
  3. depends on BR2_USE_WCHAR
  4. depends on BR2_USE_MMU # fork()
  5. select BR2_PACKAGE_NCURSES
  6. help
  7. Mutt is a sophisticated text-based Mail User Agent (MUA)
  8. http://www.mutt.org/
  9. if BR2_PACKAGE_MUTT
  10. config BR2_PACKAGE_MUTT_IMAP
  11. bool "imap"
  12. help
  13. IMAP support
  14. config BR2_PACKAGE_MUTT_POP3
  15. bool "pop3"
  16. help
  17. POP3 support
  18. endif # BR2_PACKAGE_MUTT
  19. comment "mutt needs a toolchain w/ wchar"
  20. depends on BR2_USE_MMU
  21. depends on !BR2_USE_WCHAR