httping: enable ncurses support
Enable automatic ncurses support now that we've got wide support. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
78b30be41d
commit
d478956719
@ -15,11 +15,12 @@ HTTPING_LDFLAGS = $(TARGET_LDFLAGS) \
|
||||
HTTPING_DEPENDENCIES = host-gettext \
|
||||
$(if $(BR2_NEEDS_GETTEXT),gettext) \
|
||||
$(if $(BR2_PACKAGE_LIBICONV),libiconv) \
|
||||
$(if $(BR2_PACKAGE_NCURSES_WCHAR),ncurses) \
|
||||
$(if $(BR2_PACKAGE_OPENSSL),openssl) \
|
||||
$(if $(BR2_PACKAGE_FFTW),fftw)
|
||||
HTTPING_MAKE_OPT = $(TARGET_CONFIGURE_OPTS) \
|
||||
FW=$(if $(BR2_PACKAGE_FFTW),yes,no) \
|
||||
NC=no \
|
||||
NC=$(if $(BR2_PACKAGE_NCURSES_WCHAR),yes,no) \
|
||||
SSL=$(if $(BR2_PACKAGE_OPENSSL),yes,no) \
|
||||
TFO=$(if $(BR2_PACKAGE_HTTPING_TFO),yes,no)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user