From bedab4c26fd94feea949a848ba820f2b5fb866b7 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sun, 10 Oct 2004 01:16:29 +0000 Subject: depend on ncurses --- toolchain/gdb/Config.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'toolchain/gdb/Config.in') diff --git a/toolchain/gdb/Config.in b/toolchain/gdb/Config.in index d3d2834c4..a17b736dc 100644 --- a/toolchain/gdb/Config.in +++ b/toolchain/gdb/Config.in @@ -7,12 +7,14 @@ comment "Gdb Options" config BR2_PACKAGE_GDB bool "Build gdb debugger for the Target" default n + select BR2_PACKAGE_NCURSES help Enable the gdb debugger. config BR2_PACKAGE_GDB_SERVER bool "Build gdb server for the Target" default n + select BR2_PACKAGE_NCURSES help Enable the gdb debugger. -- cgit v1.2.3