2013-05-14 13:45:58 +02:00
|
|
|
config BR2_PACKAGE_LIBEDIT
|
|
|
|
bool "libedit"
|
2013-07-31 19:12:35 +02:00
|
|
|
depends on BR2_USE_WCHAR
|
2013-10-24 19:14:36 +02:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2013-05-14 13:45:58 +02:00
|
|
|
select BR2_PACKAGE_NCURSES
|
|
|
|
help
|
|
|
|
The editline library (from BSD) provides generic line editing
|
|
|
|
and history functions. It slightly resembles GNU readline.
|
|
|
|
|
2013-07-29 18:44:17 +02:00
|
|
|
The official homepage is at:
|
2013-05-14 13:45:58 +02:00
|
|
|
http://ftp.netbsd.org/pub/NetBSD/NetBSD-release-5-0/src/lib/libedit/
|
2013-06-27 15:53:17 +02:00
|
|
|
|
2013-07-29 18:44:17 +02:00
|
|
|
Jess Thrysoee maintains an autotoolified packaged, which we use
|
|
|
|
in Buildroot as it makes it much simpler than using the upstream
|
|
|
|
sources which require pmake:
|
|
|
|
http://www.thrysoee.dk/editline/
|
2013-07-31 19:12:35 +02:00
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "libedit needs a toolchain w/ wchar"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2013-07-31 19:12:35 +02:00
|
|
|
depends on !BR2_USE_WCHAR
|