summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-08-21 22:55:15 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-08-25 15:41:33 +0200
commit38d098402e620366d87699a7894d2e7918989156 (patch)
treef75b99e947b1a6ca7b8b346bb785989f58872a28
parent3e69b4e9a638a367a9eb8d3e3f9cbc99cb29457a (diff)
downloadbuildroot-38d098402e620366d87699a7894d2e7918989156.tar.gz
buildroot-38d098402e620366d87699a7894d2e7918989156.zip
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 <thomas.petazzoni@free-electrons.com>
-rw-r--r--package/vim/vim.mk3
1 files changed, 3 insertions, 0 deletions
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))
OpenPOWER on IntegriCloud