mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
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>
This commit is contained in:
parent
3e69b4e9a6
commit
38d098402e
@ -75,4 +75,7 @@ VIM_POST_INSTALL_TARGET_HOOKS += VIM_INSTALL_RUNTIME_CMDS
|
|||||||
VIM_POST_INSTALL_TARGET_HOOKS += VIM_REMOVE_DOCS
|
VIM_POST_INSTALL_TARGET_HOOKS += VIM_REMOVE_DOCS
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
HOST_VIM_DEPENDENCIES = host-ncurses
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
$(eval $(host-autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user