mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 12:00:48 -09:00
package: indentation cleanup
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
9bf107fa6d
commit
27dd32942e
@@ -9,18 +9,20 @@ VIM_SITE_METHOD = hg
|
||||
# 7.4 release patchlevel 333
|
||||
VIM_VERSION = 8ae50e3ef8bf
|
||||
# Win over busybox vi since vim is more feature-rich
|
||||
VIM_DEPENDENCIES = ncurses $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext) \
|
||||
VIM_DEPENDENCIES = \
|
||||
ncurses $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext) \
|
||||
$(if $(BR2_PACKAGE_BUSYBOX),busybox)
|
||||
VIM_SUBDIR = src
|
||||
VIM_CONF_ENV = vim_cv_toupper_broken=no \
|
||||
vim_cv_terminfo=yes \
|
||||
vim_cv_tty_group=world \
|
||||
vim_cv_tty_mode=0620 \
|
||||
vim_cv_getcwd_broken=no \
|
||||
vim_cv_stat_ignores_slash=yes \
|
||||
vim_cv_memmove_handles_overlap=yes \
|
||||
ac_cv_sizeof_int=4 \
|
||||
ac_cv_small_wchar_t=no
|
||||
VIM_CONF_ENV = \
|
||||
vim_cv_toupper_broken=no \
|
||||
vim_cv_terminfo=yes \
|
||||
vim_cv_tty_group=world \
|
||||
vim_cv_tty_mode=0620 \
|
||||
vim_cv_getcwd_broken=no \
|
||||
vim_cv_stat_ignores_slash=yes \
|
||||
vim_cv_memmove_handles_overlap=yes \
|
||||
ac_cv_sizeof_int=4 \
|
||||
ac_cv_small_wchar_t=no
|
||||
# GUI/X11 headers leak from the host so forcibly disable them
|
||||
VIM_CONF_OPTS = --with-tlib=ncurses --enable-gui=no --without-x
|
||||
VIM_LICENSE = Charityware
|
||||
|
||||
Reference in New Issue
Block a user