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>
@@ -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))