Skip to content

Commit 1a90ce3

Browse files
aprasannamasahir0y
authored andcommitted
kconfig: Update ncurses package names for menuconfig
The package name is ncurses-devel for Redhat based distros and libncurses-dev for Debian based distros. Signed-off-by: Arvind Prasanna <[email protected]> Acked-by: Randy Dunlap <[email protected]> Signed-off-by: Masahiro Yamada <[email protected]>
1 parent cbf7a90 commit 1a90ce3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/kconfig/lxdialog/check-lxdialog.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ EOF
5555
echo " *** required header files." 1>&2
5656
echo " *** 'make menuconfig' requires the ncurses libraries." 1>&2
5757
echo " *** " 1>&2
58-
echo " *** Install ncurses (ncurses-devel) and try again." 1>&2
58+
echo " *** Install ncurses (ncurses-devel or libncurses-dev " 1>&2
59+
echo " *** depending on your distribution) and try again." 1>&2
5960
echo " *** " 1>&2
6061
exit 1
6162
fi

0 commit comments

Comments
 (0)