uniLoader/scripts/kconfig
Igor Belwon 3657d228bc check-lxdialog: Fix lxdialog check on new compilers
This causes menuconfig to not work, as without the function
return type, gcc will produce a warning.

Fixes:
$ make menuconfig
  HOSTCC  scripts/kconfig/conf.o
 *** Unable to find the ncurses libraries or the
 *** required header files.
 *** 'make menuconfig' requires the ncurses libraries.
 ***
 *** Install ncurses (ncurses-devel) and try again.
 ***
make[1]: *** [/home/igor/phones/z3s/uniLoader/scripts/kconfig/Makefile:219: scripts/kconfig/dochecklxdialog] Error 1

Signed-off-by: Igor Belwon <igor.belwon@mentallysanemainliners.org>
2025-01-15 21:04:44 +01:00
..
lxdialog check-lxdialog: Fix lxdialog check on new compilers 2025-01-15 21:04:44 +01:00
.gitignore uniLoader: Migrate to kconfig based configurations 2022-06-14 18:02:47 +03:00
check.sh uniLoader: Migrate to kconfig based configurations 2022-06-14 18:02:47 +03:00
conf.c uniLoader: Migrate to kconfig based configurations 2022-06-14 18:02:47 +03:00
confdata.c uniLoader: Migrate to kconfig based configurations 2022-06-14 18:02:47 +03:00
expr.c uniLoader: Migrate to kconfig based configurations 2022-06-14 18:02:47 +03:00
expr.h uniLoader: Migrate to kconfig based configurations 2022-06-14 18:02:47 +03:00
gconf.c uniLoader: Migrate to kconfig based configurations 2022-06-14 18:02:47 +03:00
gconf.glade uniLoader: Migrate to kconfig based configurations 2022-06-14 18:02:47 +03:00
images.c uniLoader: Migrate to kconfig based configurations 2022-06-14 18:02:47 +03:00
kconfig_load.c uniLoader: Migrate to kconfig based configurations 2022-06-14 18:02:47 +03:00
kxgettext.c uniLoader: Migrate to kconfig based configurations 2022-06-14 18:02:47 +03:00
lex.zconf.c_shipped uniLoader: Migrate to kconfig based configurations 2022-06-14 18:02:47 +03:00
lkc_proto.h uniLoader: Migrate to kconfig based configurations 2022-06-14 18:02:47 +03:00
lkc.h uniLoader: Migrate to kconfig based configurations 2022-06-14 18:02:47 +03:00
Makefile uniLoader: Migrate to kconfig based configurations 2022-06-14 18:02:47 +03:00
mconf.c uniLoader: Migrate to kconfig based configurations 2022-06-14 18:02:47 +03:00
menu.c uniLoader: Migrate to kconfig based configurations 2022-06-14 18:02:47 +03:00
nconf.c uniLoader: Migrate to kconfig based configurations 2022-06-14 18:02:47 +03:00
nconf.gui.c uniLoader: Migrate to kconfig based configurations 2022-06-14 18:02:47 +03:00
nconf.h uniLoader: Migrate to kconfig based configurations 2022-06-14 18:02:47 +03:00
POTFILES.in uniLoader: Migrate to kconfig based configurations 2022-06-14 18:02:47 +03:00
qconf.cc uniLoader: Migrate to kconfig based configurations 2022-06-14 18:02:47 +03:00
qconf.h uniLoader: Migrate to kconfig based configurations 2022-06-14 18:02:47 +03:00
streamline_config.pl uniLoader: Migrate to kconfig based configurations 2022-06-14 18:02:47 +03:00
symbol.c uniLoader: Migrate to kconfig based configurations 2022-06-14 18:02:47 +03:00
util.c uniLoader: Migrate to kconfig based configurations 2022-06-14 18:02:47 +03:00
zconf.gperf uniLoader: Migrate to kconfig based configurations 2022-06-14 18:02:47 +03:00
zconf.hash.c_shipped uniLoader: Migrate to kconfig based configurations 2022-06-14 18:02:47 +03:00
zconf.l uniLoader: Migrate to kconfig based configurations 2022-06-14 18:02:47 +03:00
zconf.tab.c_shipped uniLoader: Migrate to kconfig based configurations 2022-06-14 18:02:47 +03:00
zconf.y uniLoader: Migrate to kconfig based configurations 2022-06-14 18:02:47 +03:00