Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1a90ce36 authored by Arvind Prasanna's avatar Arvind Prasanna Committed by Masahiro Yamada
Browse files

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: default avatarArvind Prasanna <arvindprasanna@gmail.com>
Acked-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent cbf7a90e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -55,7 +55,8 @@ EOF
	    echo " *** required header files."                            1>&2
	    echo " *** 'make menuconfig' requires the ncurses libraries." 1>&2
	    echo " *** "                                                  1>&2
	    echo " *** Install ncurses (ncurses-devel) and try again."    1>&2
	    echo " *** Install ncurses (ncurses-devel or libncurses-dev " 1>&2
	    echo " *** depending on your distribution) and try again."    1>&2
	    echo " *** "                                                  1>&2
	    exit 1
	fi