alistair23-linux/scripts/kconfig/lxdialog
Bjørn Forsman be8af2d54a kconfig/lxdialog: get ncurses CFLAGS with pkg-config
This makes "make menuconfig" also work on systems where ncurses is not
installed in a standard location (such as on NixOS).

This patch changes ccflags() so that it tries pkg-config first, and only
if pkg-config fails does it go back to the fallback/manual checks. This
is the same algorithm that ldflags() already uses.

Signed-off-by: Bjørn Forsman <bjorn.forsman@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
2014-09-23 15:47:48 +02:00
..
.gitignore
BIG.FAT.WARNING
check-lxdialog.sh kconfig/lxdialog: get ncurses CFLAGS with pkg-config 2014-09-23 15:47:48 +02:00
checklist.c
dialog.h kconfig: lxdialog: fix spelling 2014-08-22 11:46:49 +02:00
inputbox.c
menubox.c
textbox.c
util.c
yesno.c