buildrootschalter/package/libedit/Config.in
Yann E. MORIN d39f6da03c package/libedit: new package
[Peter: rename to libedit]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Arnout Vandecappelle <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-05-30 23:02:41 +02:00

10 lines
304 B
Plaintext

config BR2_PACKAGE_LIBEDIT
bool "libedit"
select BR2_PACKAGE_LIBBSD
select BR2_PACKAGE_NCURSES
help
The editline library (from BSD) provides generic line editing
and history functions. It slightly resembles GNU readline.
http://ftp.netbsd.org/pub/NetBSD/NetBSD-release-5-0/src/lib/libedit/