kernel-fxtec-pro1x/scripts/kconfig
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
..
lxdialog kconfig: fix menuconfig on debian lenny 2010-09-20 14:09:31 +02:00
.gitignore
check.sh
conf.c kbuild: fix oldnoconfig to do the right thing 2010-09-08 13:55:37 +02:00
confdata.c kbuild: confdata.c explicitly reference errno, thus need <errno.h> 2010-08-17 09:11:38 +02:00
expr.c kconfig: Fix warning: ignoring return value of 'fwrite' 2010-08-13 00:40:26 +02:00
expr.h kconfig: save location of config symbols 2010-08-03 13:49:31 +02:00
gconf.c
gconf.glade scripts/kconfig/gconf.glade Update broken web addresses. 2010-09-17 16:54:42 +02:00
images.c
kconfig_load.c
kxgettext.c
lex.zconf.c_shipped
lkc.h kconfig: Fix warning: ignoring return value of 'fgets' 2010-08-13 00:40:35 +02:00
lkc_proto.h kconfig: add savedefconfig 2010-08-03 13:49:32 +02:00
Makefile kconfig: Simplify Makefile for xconfig 2010-09-13 13:41:31 +02:00
mconf.c
menu.c kconfig: save location of config symbols 2010-08-03 13:49:31 +02:00
nconf.c nconfig: Fix help for choice menus 2010-09-13 12:43:22 +02:00
nconf.gui.c kbuild: fix typo 2010-08-17 11:00:43 +02:00
nconf.h nconfig: add search support 2010-08-16 22:04:55 +02:00
POTFILES.in
qconf.cc xconfig: Change the titlebar if using Qt3 2010-09-06 13:31:50 +02:00
qconf.h kconfig qconf: port to QT4 2010-09-01 16:14:29 +02:00
streamline_config.pl
symbol.c kconfig: fix segfault when detecting recursive dependency 2010-08-15 00:32:13 +02:00
util.c
zconf.gperf
zconf.hash.c_shipped
zconf.l
zconf.tab.c_shipped
zconf.y