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 / joe / Config.in
1 config BR2_PACKAGE_JOE
2         bool "joe"
3         depends on BR2_USE_MMU # fork()
4         help
5           Joe's Own Editor
6
7           JOE is an easy-to-use, full featured terminal-based screen editor.
8           Its behavior is a blending of WordStar and GNU-EMACS (but it does
9           not use code from either program). It is a great editor for new
10           users or as an alternative to vi.
11
12           http://joe-editor.sf.net
13
14 config BR2_PACKAGE_JOE_FULL
15         bool "full install of rc and syntax highlighting files"
16         depends on BR2_PACKAGE_JOE
17         default y
18         help
19           Install all rc and syntax highlighting files. Without this option
20           only the joe binary is installed, which contains a default
21           configuration.