Commit 62387a8b authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

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: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 3c8fa4db
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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