a3e7fc8e65
wctype.h is always included, even in configure tests. Fixes: http://autobuild.buildroot.net/results/ed8/ed85b9d688ad8389895e3ecd7a6a18151efc328d/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
19 lines
625 B
Plaintext
19 lines
625 B
Plaintext
config BR2_PACKAGE_LIBEDIT
|
|
bool "libedit"
|
|
depends on BR2_USE_WCHAR
|
|
select BR2_PACKAGE_NCURSES
|
|
help
|
|
The editline library (from BSD) provides generic line editing
|
|
and history functions. It slightly resembles GNU readline.
|
|
|
|
The official homepage is at:
|
|
http://ftp.netbsd.org/pub/NetBSD/NetBSD-release-5-0/src/lib/libedit/
|
|
|
|
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/
|
|
|
|
comment "libedit requires a toolchain with WCHAR support"
|
|
depends on !BR2_USE_WCHAR
|