vim: add host variant
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 21 Aug 2017 20:55:15 +0000 (22:55 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 25 Aug 2017 13:41:33 +0000 (15:41 +0200)
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>
package/vim/vim.mk

index c235a08cd34e220f83bdd173678eece6049c8abd..5ee889882ae3037a48b59d7ed2a8ec544ba370b3 100644 (file)
@@ -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))