blob: a70f9ebb9a4129b861d29775ff89a25a86f30f7b [file] [log] [blame]
Yann E. MORINd39f6da2013-05-14 11:45:58 +00001config BR2_PACKAGE_LIBEDIT
2 bool "libedit"
Gustavo Zacariasa3e7fc82013-07-31 14:12:35 -03003 depends on BR2_USE_WCHAR
Gustavo Zacariasc96a0cc2013-10-24 14:14:36 -03004 depends on BR2_USE_MMU # fork()
Yann E. MORINd39f6da2013-05-14 11:45:58 +00005 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
Yann E. MORINdc2a13a2013-07-29 18:44:17 +020010 The official homepage is at:
Yann E. MORINd39f6da2013-05-14 11:45:58 +000011 http://ftp.netbsd.org/pub/NetBSD/NetBSD-release-5-0/src/lib/libedit/
Gustavo Zacarias4788ddd2013-06-27 10:53:17 -030012
Yann E. MORINdc2a13a2013-07-29 18:44:17 +020013 Jess Thrysoee maintains an autotoolified packaged, which we use
14 in Buildroot as it makes it much simpler than using the upstream
15 sources which require pmake:
16 http://www.thrysoee.dk/editline/
Gustavo Zacariasa3e7fc82013-07-31 14:12:35 -030017
Thomas De Schampheleire66bb10b2013-10-13 16:55:32 +020018comment "libedit needs a toolchain w/ wchar"
Thomas De Schampheleirebe084202013-11-07 09:24:37 +010019 depends on BR2_USE_MMU
Gustavo Zacariasa3e7fc82013-07-31 14:12:35 -030020 depends on !BR2_USE_WCHAR