Discussion:
branch master updated (4734b23 -> 1489ec6)
EmbToolkit GIT
2014-10-17 20:06:17 UTC
Permalink
embtoolkit branch master changed:
from 4734b23 Bluid system: move host system detection to a dedicated .mk
new 1489ec6 configuration UI: add missing libs for xconfig and menuconfig on some systems

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
scripts/kconfig/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
Embedded systems Toolkit.
Abdoulaye Walsimou Gaye
2014-10-17 20:06:17 UTC
Permalink
The following commit changed embtoolkit branch master

commit 1489ec6208e5d7129aa8b86964f3fa5949346fd1
Author: Abdoulaye Walsimou Gaye <awg-LnBD0/***@public.gmane.org>
Date: Fri Oct 17 22:10:29 2014 +0200

configuration UI: add missing libs for xconfig and menuconfig on some systems

Signed-off-by: Abdoulaye Walsimou Gaye <awg-LnBD0/***@public.gmane.org>
---
scripts/kconfig/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile
index 231b475..e581ea8 100644
--- a/scripts/kconfig/Makefile
+++ b/scripts/kconfig/Makefile
@@ -210,14 +210,14 @@ HOSTCFLAGS_zconf.tab.o := -I$(src)
LEX_PREFIX_zconf := zconf
YACC_PREFIX_zconf := zconf

-HOSTLOADLIBES_qconf = $(KC_QT_LIBS)
+HOSTLOADLIBES_qconf = $(KC_QT_LIBS) -lintl
HOSTCXXFLAGS_qconf.o = $(KC_QT_CFLAGS)

HOSTLOADLIBES_gconf = `pkg-config --libs gtk+-2.0 gmodule-2.0 libglade-2.0`
HOSTCFLAGS_gconf.o = `pkg-config --cflags gtk+-2.0 gmodule-2.0 libglade-2.0` \
-Wno-missing-prototypes

-HOSTLOADLIBES_mconf = $(shell $(CONFIG_SHELL) $(check-lxdialog) -ldflags $(HOSTCC))
+HOSTLOADLIBES_mconf = $(shell $(CONFIG_SHELL) $(check-lxdialog) -ldflags $(HOSTCC)) -lncurses

HOSTLOADLIBES_nconf = -lmenu -lpanel -lncurses
$(obj)/qconf.o: $(obj)/.tmp_qtcheck
--
Embedded systems Toolkit.
Loading...