8a5c214975bdfbf6825b6c5e87290268be9110af
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / vim / Config.in
1 config BR2_PACKAGE_VIM
2         bool "vim"
3         depends on BR2_USE_MMU # uses fork()
4         depends on BR2_USE_WCHAR
5         select BR2_PACKAGE_NCURSES
6         select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
7         help
8           VIM Text editor
9
10           http://www.vim.org/
11
12 if BR2_PACKAGE_VIM
13
14 config BR2_PACKAGE_VIM_RUNTIME
15         bool "install runtime"
16         default y
17         help
18           Install VIM runtime (syntax highlighing + macros).
19           This option adds about 11MB of data to /usr/share/
20
21 endif
22
23 comment "vim needs a toolchain w/ wchar"
24         depends on !BR2_USE_WCHAR
25         depends on BR2_USE_MMU