The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libedit / Config.in
1 config BR2_PACKAGE_LIBEDIT
2         bool "libedit"
3         depends on BR2_USE_WCHAR
4         depends on BR2_USE_MMU # fork()
5         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
10           The official homepage is at:
11           http://ftp.netbsd.org/pub/NetBSD/NetBSD-release-5-0/src/lib/libedit/
12
13           Jess Thrysoee maintains an autotoolified package, which we use
14           in Buildroot as it makes it much simpler than using the upstream
15           sources which require pmake.
16
17           http://www.thrysoee.dk/editline
18
19 comment "libedit needs a toolchain w/ wchar"
20         depends on BR2_USE_MMU
21         depends on !BR2_USE_WCHAR