package/rpi-userland: don't install file in random location
[buildroot-gz.git] / package / vim / Config.in
blobb851627ca07d30f7fc324836ace895eee6c0a7e5
1 config BR2_PACKAGE_VIM
2         bool "vim"
3         depends on BR2_USE_MMU # uses fork()
4         depends on BR2_USE_WCHAR
5         depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
6         select BR2_PACKAGE_NCURSES
7         select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
8         help
9           VIM Text editor
11           http://www.vim.org/
13 if BR2_PACKAGE_VIM
15 config BR2_PACKAGE_VIM_RUNTIME
16         bool "install runtime"
17         default y
18         help
19           Install VIM runtime (syntax highlighing + macros).
20           This option adds about 11MB of data to /usr/share/
22 endif
24 comment "vim needs a toolchain w/ wchar"
25         depends on !BR2_USE_WCHAR
26         depends on BR2_USE_MMU
27         depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS