mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
ncurses: compile with --enable-sigwinch
when building htop with ncurses it was identified that KEY_RESIZE was not available due to NCURSES_SIGWINCH not being set. Add the option to ncurses to allow correct build of htop.
This commit is contained in:
parent
e19b1ffd7c
commit
3197fa491f
@ -58,7 +58,8 @@ PKG_CONFIGURE_OPTS_TARGET="--without-ada \
|
||||
--disable-warnings \
|
||||
--disable-home-terminfo \
|
||||
--disable-assertions \
|
||||
--enable-leaks"
|
||||
--enable-leaks \
|
||||
--enable-sigwinch"
|
||||
|
||||
PKG_CONFIGURE_OPTS_HOST="--enable-termcap \
|
||||
--with-termlib \
|
||||
|
Loading…
x
Reference in New Issue
Block a user