Commit 57194c2b authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Peter Korsgaard
Browse files

ncurses: fix host build breakage



Disable GPM support for host ncurses build since it sometimes breaks the
build.

Signed-off-by: default avatarGustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 13a3afc5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -131,7 +131,7 @@ define HOST_NCURSES_BUILD_CMDS
endef

HOST_NCURSES_CONF_OPT = \
	--without-shared
	--without-shared --without-gpm

$(eval $(call AUTOTARGETS,package,ncurses))
$(eval $(call AUTOTARGETS,package,ncurses,host))