gdb: fixup host gdb tui option
authorPeter Korsgaard <peter@korsgaard.com>
Sat, 30 Aug 2014 07:21:48 +0000 (09:21 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 30 Aug 2014 07:21:48 +0000 (09:21 +0200)
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 <peter@korsgaard.com>
package/gdb/Config.in.host

index 8846eafa154bced87c835630b0f3592ca3bfc181..e48dc10e2c580871e2ddf61348252059fb2b3342 100644 (file)
@@ -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