aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/kconfig/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile
index e7bf38e92007..c05938555225 100644
--- a/scripts/kconfig/Makefile
+++ b/scripts/kconfig/Makefile
@@ -191,7 +191,8 @@ HOSTCFLAGS_gconf.o = `pkg-config --cflags gtk+-2.0 gmodule-2.0 libglade-2.0` \
191HOSTLOADLIBES_mconf = $(shell $(CONFIG_SHELL) $(check-lxdialog) -ldflags $(HOSTCC)) 191HOSTLOADLIBES_mconf = $(shell $(CONFIG_SHELL) $(check-lxdialog) -ldflags $(HOSTCC))
192 192
193HOSTLOADLIBES_nconf = $(shell \ 193HOSTLOADLIBES_nconf = $(shell \
194 pkg-config --libs menu panel ncurses 2>/dev/null \ 194 pkg-config --libs menuw panelw ncursesw 2>/dev/null \
195 || pkg-config --libs menu panel ncurses 2>/dev/null \
195 || echo "-lmenu -lpanel -lncurses" ) 196 || echo "-lmenu -lpanel -lncurses" )
196$(obj)/qconf.o: $(obj)/.tmp_qtcheck 197$(obj)/qconf.o: $(obj)/.tmp_qtcheck
197 198