mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 22:26:31 +00:00
ncurses: speed up host build
Disable C++ and Ada bindings in host-ncurses, since those are not needed. Save 9 seconds of build time on my laptop. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
5d8acdc937
commit
bfbfc93cc7
@ -117,7 +117,10 @@ endef
|
|||||||
|
|
||||||
HOST_NCURSES_CONF_OPT = \
|
HOST_NCURSES_CONF_OPT = \
|
||||||
--without-shared --without-gpm \
|
--without-shared --without-gpm \
|
||||||
--without-manpages
|
--without-manpages \
|
||||||
|
--without-cxx \
|
||||||
|
--without-cxx-binding \
|
||||||
|
--without-ada
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
$(eval $(host-autotools-package))
|
$(eval $(host-autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user