WSL2-Linux-Kernel/scripts/kconfig/lxdialog
Justin Lecher fc9c6e000f menuconfig: optionally use pkg-config to detect ncurses libs
When building ncurses with --with-termlib several symbols get moved from
libncurses.so to libtinfo.so. Thus when linking with libncurses.so, one
additionally needs to link with libtinfo.so.

The ncurses pkg-config module will be used to detect the necessary libs for
linking. If not available the old heuristic for detection of the ncurses libs
will be used.

Signed-off-by: Justin Lecher <jlec@gentoo.org>
Tested-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
2013-03-07 00:20:51 +01:00
..
.gitignore gitignore: ignore more generated files 2006-01-03 11:35:26 +01:00
BIG.FAT.WARNING kconfig: move lxdialog to scripts/kconfig/lxdialog 2005-12-16 21:35:19 +01:00
check-lxdialog.sh menuconfig: optionally use pkg-config to detect ncurses libs 2013-03-07 00:20:51 +01:00
checklist.c menuconfig: truncate list items 2010-06-03 13:41:02 +02:00
dialog.h kconfig:lxdialog: remove duplicate code 2012-12-27 20:46:23 +01:00
inputbox.c menuconfig:inputbox: support navigate input position 2012-12-25 23:42:37 +01:00
menubox.c menuconfig: Add Save/Load buttons 2013-01-16 00:00:34 +01:00
textbox.c menuconfig: Assign jump keys per-page instead of globally 2012-09-27 18:09:24 +02:00
util.c kconfig/mconf.c: revision of curses initialization. 2012-08-30 14:47:34 +02:00
yesno.c kconfig: gettext support for lxdialog 2008-01-28 23:14:39 +01:00