blob: 7c850145e7678ff9e91aadad42d773f59899ea53 [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
Bernd Kuhlsc80f0492015-04-26 14:36:07 +020013 Jess Thrysoee maintains an autotoolified package, which we use
Yann E. MORINdc2a13a2013-07-29 18:44:17 +020014 in Buildroot as it makes it much simpler than using the upstream
Bernd Kuhlsc80f0492015-04-26 14:36:07 +020015 sources which require pmake.
16
17 http://www.thrysoee.dk/editline
Gustavo Zacariasa3e7fc82013-07-31 14:12:35 -030018
Thomas De Schampheleire66bb10b2013-10-13 16:55:32 +020019comment "libedit needs a toolchain w/ wchar"
Thomas De Schampheleirebe084202013-11-07 09:24:37 +010020 depends on BR2_USE_MMU
Gustavo Zacariasa3e7fc82013-07-31 14:12:35 -030021 depends on !BR2_USE_WCHAR