From: Thomas Petazzoni Date: Mon, 3 Jul 2017 21:23:10 +0000 (+0200) Subject: vim: use the new gettext logic X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5f8d6569ed75f7c7be83ad16e7a6d0fb50c3ad0c;p=buildroot.git 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 --- diff --git a/package/vim/Config.in b/package/vim/Config.in index b851627ca0..1469be8dbe 100644 --- a/package/vim/Config.in +++ b/package/vim/Config.in @@ -4,7 +4,6 @@ config BR2_PACKAGE_VIM depends on BR2_USE_WCHAR depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS select BR2_PACKAGE_NCURSES - select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE help VIM Text editor 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 = \