From 38d098402e620366d87699a7894d2e7918989156 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Mon, 21 Aug 2017 22:55:15 +0200 Subject: [PATCH] vim: add host variant Vim contains a tool called xxd, which is needed by mediastreamer on the host as part of its build process. Therefore, this commit introduces a host variant for the vim package, that will be used by mediastreamer. Signed-off-by: Thomas Petazzoni --- package/vim/vim.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/vim/vim.mk b/package/vim/vim.mk index c235a08cd3..5ee889882a 100644 --- a/package/vim/vim.mk +++ b/package/vim/vim.mk @@ -75,4 +75,7 @@ VIM_POST_INSTALL_TARGET_HOOKS += VIM_INSTALL_RUNTIME_CMDS VIM_POST_INSTALL_TARGET_HOOKS += VIM_REMOVE_DOCS endif +HOST_VIM_DEPENDENCIES = host-ncurses + $(eval $(autotools-package)) +$(eval $(host-autotools-package))