You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
crosstool-ng/kconfig
Bryan Hundven 6c49a232a8 configure: Correctly search for tinfo for kconfig
I previously thought that tinfo could only be a link to libncurses in
modern ncurses installations. I was wrong.

Now we check for ncurses, then check for tinfo. If tinfo is a link to
ncurses, it is then not required to link against. But if libtinfo is
providing tgetent, and not libncurses, then we must add it to LIBS as
well.

Also, kconfig shouldn't hardcode -lncurses, it should use what is in
$(LIBS).

Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
7 years ago
..
lxdialog kconfig: Update kconfig. Sync with Linux-4.2 8 years ago
.gitignore kconfig: Update kconfig. Sync with Linux-4.2 8 years ago
Makefile configure: Correctly search for tinfo for kconfig 7 years ago
check.sh kconfig: Update kconfig. Sync with Linux-4.2 8 years ago
conf.c kconfig: Update kconfig. Sync with Linux-4.2 8 years ago
confdata.c kconfig: Add updates from linux-4.3 and 4.4 7 years ago
expr.c kconfig: Add updates from linux-4.3 and 4.4 7 years ago
expr.h kconfig: Update kconfig. Sync with Linux-4.2 8 years ago
kconfig.mk Fix samples using GMP 4.3.2. 8 years ago
list.h kconfig: Update kconfig. Sync with Linux-4.2 8 years ago
lkc.h kconfig: Update kconfig. Sync with Linux-4.2 8 years ago
lkc_proto.h kconfig: Update kconfig. Sync with Linux-4.2 8 years ago
mconf.c kconfig: Update kconfig. Sync with Linux-4.2 8 years ago
menu.c kconfig: Update kconfig. Sync with Linux-4.2 8 years ago
nconf.c kconfig: Update kconfig. Sync with Linux-4.2 8 years ago
nconf.gui.c kconfig: Update kconfig. Sync with Linux-4.2 8 years ago
nconf.h kconfig: Update kconfig. Sync with Linux-4.2 8 years ago
symbol.c kconfig: Add updates from linux-4.3 and 4.4 7 years ago
util.c kconfig: Update kconfig. Sync with Linux-4.2 8 years ago
zconf.gperf kconfig: Add updates from linux-4.3 and 4.4 7 years ago
zconf.l kconfig: Add updates from linux-4.3 and 4.4 7 years ago
zconf.y kconfig: Update kconfig. Sync with Linux-4.2 8 years ago