tool_chain: check ncursesw as well

Fixes #4699.
This commit is contained in:
Josef Söntgen 2022-04-27 10:22:54 +00:00 committed by Christian Helmuth
parent bfa90ab3e8
commit 1f8438a6ae

View File

@ -121,7 +121,9 @@ PKG_CONFIG_OK = $(call check_nonempty_f,$(shell which pkg-config),\
#
CURSES_OK = $(call check_equal_f,\
$(shell pkg-config --exists ncurses && echo ok),ok,\
Need to have 'libncurses' installed.)
$(call check_equal_f,\
$(shell pkg-config --exists ncursesw && echo ok),ok,\
Need to have 'libncurses' installed.))
#
# Check if 'texinfo' is installed