summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/gdb/gdb.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/gdb/gdb.mk b/package/gdb/gdb.mk
index 07f6ba3936..41d3689c83 100644
--- a/package/gdb/gdb.mk
+++ b/package/gdb/gdb.mk
@@ -40,8 +40,9 @@ GDB_DEPENDENCIES = ncurses
endif
# For the host variant, we really want to build with XML support,
-# which is needed to read XML descriptions of target architectures.
-HOST_GDB_DEPENDENCIES = host-expat
+# which is needed to read XML descriptions of target architectures. We
+# also need ncurses.
+HOST_GDB_DEPENDENCIES = host-expat host-ncurses
# Apply the Xtensa specific patches
XTENSA_CORE_NAME = $(call qstrip, $(BR2_XTENSA_CORE_NAME))
@@ -127,7 +128,6 @@ HOST_GDB_CONF_OPT = \
--disable-sim
ifeq ($(BR2_PACKAGE_HOST_GDB_TUI),y)
- HOST_GDB_DEPENDENCIES += host-ncurses
HOST_GDB_CONF_OPT += --enable-tui
else
HOST_GDB_CONF_OPT += --disable-tui
OpenPOWER on IntegriCloud