linux/scripts/kconfig/lxdialog
Junio C Hamano 8c41e5e363 kconfig: fix menuconfig on debian lenny
In 60f33b8 (kconfig: get rid of stray a.o, support ncursesw, 2006-01-15),
support to link menuconfig with ncursesw library was added.  To compute
the linker command option -l, we check "libncursesw.{so,a,dylib}" to allow
ncursesw to be used as a replacement ncurses.  However, when checking what
header file to include, we do not check /usr/include/ncursesw directory.

Add /usr/include/ncursesw to the list of directories that are checked.
With this patch, on my Debian Lenny box with libncursesw5-dev package but
not libncurses5-dev package, I can say "make menuconfig".

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Michal Marek <mmarek@suse.cz>
2010-09-20 14:09:31 +02: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 kconfig: fix menuconfig on debian lenny 2010-09-20 14:09:31 +02:00
checklist.c menuconfig: truncate list items 2010-06-03 13:41:02 +02:00
dialog.h kconfig: gettext support for lxdialog 2008-01-28 23:14:39 +01:00
inputbox.c kconfig: some small fixes 2010-04-14 15:34:18 +02:00
menubox.c menuconfig: add support to show hidden options which have prompts 2010-04-14 15:34:19 +02:00
textbox.c kconfig: gettext support for lxdialog 2008-01-28 23:14:39 +01:00
util.c kconfig: variable argument lists needs `stdarg.h' 2009-07-17 23:05:05 +02:00
yesno.c kconfig: gettext support for lxdialog 2008-01-28 23:14:39 +01:00