summaryrefslogtreecommitdiffstats
path: root/package/vim/vim.mk
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-03 23:23:10 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-05 01:36:01 +0200
commit5f8d6569ed75f7c7be83ad16e7a6d0fb50c3ad0c (patch)
tree247e4e72927512c3ed0d68de3059360b95bcdad5 /package/vim/vim.mk
parentfeaf0570d887b3f5579dbb357764a138d362ff43 (diff)
downloadbuildroot-5f8d6569ed75f7c7be83ad16e7a6d0fb50c3ad0c.tar.gz
buildroot-5f8d6569ed75f7c7be83ad16e7a6d0fb50c3ad0c.zip
vim: use the new gettext logic
This commit switches to use the new gettext logic, which involves: - using TARGET_NLS_DEPENDENCIES instead of hand-encoded dependencies on gettext/host-gettext - dropping BR2_PACKAGE_GETTEXT selection Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/vim/vim.mk')
-rw-r--r--package/vim/vim.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/vim/vim.mk b/package/vim/vim.mk
index ec494608e7..c235a08cd3 100644
--- a/package/vim/vim.mk
+++ b/package/vim/vim.mk
@@ -8,7 +8,7 @@ VIM_VERSION = v8.0.0329
VIM_SITE = $(call github,vim,vim,$(VIM_VERSION))
# Win over busybox vi since vim is more feature-rich
VIM_DEPENDENCIES = \
- ncurses $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext) \
+ ncurses $(TARGET_NLS_DEPENDENCIES) \
$(if $(BR2_PACKAGE_BUSYBOX),busybox)
VIM_SUBDIR = src
VIM_CONF_ENV = \
OpenPOWER on IntegriCloud