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
15 config BR2_PACKAGE_VIM_RUNTIME
16 bool "install runtime"
19 Install VIM runtime (syntax highlighing + macros).
20 This option adds about 11MB of data to /usr/share/
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