Import buildroot 2016.02
This commit is contained in:
@@ -27,6 +27,20 @@ VIM_CONF_OPTS = --with-tlib=ncurses --enable-gui=no --without-x
|
||||
VIM_LICENSE = Charityware
|
||||
VIM_LICENSE_FILES = README.txt
|
||||
|
||||
ifeq ($(BR2_PACKAGE_ACL),y)
|
||||
VIM_CONF_OPTS += --enable-acl
|
||||
VIM_DEPENDENCIES += acl
|
||||
else
|
||||
VIM_CONF_OPTS += --disable-acl
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_GPM),y)
|
||||
VIM_CONF_OPTS += --enable-gpm
|
||||
VIM_DEPENDENCIES += gpm
|
||||
else
|
||||
VIM_CONF_OPTS += --disable-gpm
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBSELINUX),y)
|
||||
VIM_CONF_OPTS += --enable-selinux
|
||||
VIM_DEPENDENCIES += libselinux
|
||||
|
||||
Reference in New Issue
Block a user