mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 06:36:34 +00:00
ncurses: fix host build breakage
Disable GPM support for host ncurses build since it sometimes breaks the build. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
13a3afc536
commit
57194c2bd8
@ -131,7 +131,7 @@ define HOST_NCURSES_BUILD_CMDS
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
HOST_NCURSES_CONF_OPT = \
|
HOST_NCURSES_CONF_OPT = \
|
||||||
--without-shared
|
--without-shared --without-gpm
|
||||||
|
|
||||||
$(eval $(call AUTOTARGETS,package,ncurses))
|
$(eval $(call AUTOTARGETS,package,ncurses))
|
||||||
$(eval $(call AUTOTARGETS,package,ncurses,host))
|
$(eval $(call AUTOTARGETS,package,ncurses,host))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user