mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-13 14:26:07 +00:00
scripts/kconfig/lxdialog/check-lxdialog.sh uses gcc to check for what libraries are present. Redirect output to /dev/null so we do not generate an a.out. Also included support for ncursesw - so if present prefer that instead of ncurses. The order is now (first is preferred): 1) ncursesw 2) ncurses 3) curses The latter is to support SunOS. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| BIG.FAT.WARNING | ||
| check-lxdialog.sh | ||
| checklist.c | ||
| colors.h | ||
| dialog.h | ||
| inputbox.c | ||
| lxdialog.c | ||
| Makefile | ||
| menubox.c | ||
| msgbox.c | ||
| textbox.c | ||
| util.c | ||
| yesno.c | ||