vim: Disable NetBeans integration support

This commit is contained in:
xtkoba 2021-10-21 08:04:55 +09:00 committed by Henrik Grimler
parent fa8cd42e13
commit 2381ae2d17
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@ TERMUX_PKG_RECOMMENDS="diffutils"
# vim should only be updated every 50 releases on multiples of 50.
# Update both vim and vim-python to the same version in one PR.
TERMUX_PKG_VERSION=8.2.3500
TERMUX_PKG_REVISION=1
TERMUX_PKG_REVISION=2
TERMUX_PKG_SRCURL="https://github.com/vim/vim/archive/v${TERMUX_PKG_VERSION}.tar.gz"
TERMUX_PKG_SHA256=7f280d08800d99d270bb0f722db89b04798600a0214d0d74d410ec9d57c5d2aa
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
@ -20,6 +20,7 @@ vim_cv_toupper_broken=no
vim_cv_tty_group=world
--enable-gui=no
--enable-multibyte
--enable-netbeans=no
--with-features=huge
--without-x
--with-tlib=ncursesw