Config.in 668 B

123456789101112131415161718192021
  1. config BR2_PACKAGE_LIBEDIT
  2. bool "libedit"
  3. depends on BR2_USE_WCHAR
  4. depends on BR2_USE_MMU # fork()
  5. select BR2_PACKAGE_NCURSES
  6. help
  7. The editline library (from BSD) provides generic line editing
  8. and history functions. It slightly resembles GNU readline.
  9. The official homepage is at:
  10. http://ftp.netbsd.org/pub/NetBSD/NetBSD-release-5-0/src/lib/libedit/
  11. Jess Thrysoee maintains an autotoolified package, which we use
  12. in Buildroot as it makes it much simpler than using the
  13. upstream sources which require pmake.
  14. http://www.thrysoee.dk/editline
  15. comment "libedit needs a toolchain w/ wchar"
  16. depends on BR2_USE_MMU
  17. depends on !BR2_USE_WCHAR