mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
VIM_VERSION = 8.2.0000
|
||||
VIM_VERSION = 9.0.0951
|
||||
VIM_SITE = $(call github,vim,vim,v$(VIM_VERSION))
|
||||
VIM_DEPENDENCIES = ncurses $(TARGET_NLS_DEPENDENCIES)
|
||||
VIM_SUBDIR = src
|
||||
@@ -22,7 +22,8 @@ VIM_CONF_ENV = \
|
||||
# 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
|
||||
VIM_LICENSE_FILES = README.txt
|
||||
VIM_LICENSE_FILES = LICENSE README.txt
|
||||
VIM_CPE_ID_VENDOR = vim
|
||||
|
||||
ifeq ($(BR2_PACKAGE_ACL),y)
|
||||
VIM_CONF_OPTS += --enable-acl
|
||||
|
||||
Reference in New Issue
Block a user