From: Peter Korsgaard Date: Sat, 30 Aug 2014 07:21:48 +0000 (+0200) Subject: gdb: fixup host gdb tui option X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=62387a8b11224a9c5320d42e2f0c4e2089d3452b;p=buildroot.git gdb: fixup host gdb tui option Seems like I accidently picked v1 instead of v2 from patchwork. BR2_PACKAGE_NCURSES is for ncurses on the target, not host. Signed-off-by: Peter Korsgaard --- diff --git a/package/gdb/Config.in.host b/package/gdb/Config.in.host index 8846eafa15..e48dc10e2c 100644 --- a/package/gdb/Config.in.host +++ b/package/gdb/Config.in.host @@ -15,7 +15,6 @@ if BR2_PACKAGE_HOST_GDB config BR2_PACKAGE_HOST_GDB_TUI bool "GDB TUI support" - select BR2_PACKAGE_NCURSES help This option enables terminal user interface (TUI) for gdb