summaryrefslogtreecommitdiff
path: root/toolchain/gdb/Config.in
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-10-10 01:16:29 +0000
committerEric Andersen <andersen@codepoet.org>2004-10-10 01:16:29 +0000
commitbedab4c26fd94feea949a848ba820f2b5fb866b7 (patch)
treeb5b82d8443ce82f1abc8a3da1ec2500072860977 /toolchain/gdb/Config.in
parente697a16e5a17d4f024d25656ad035e92fbc3812a (diff)
depend on ncurses
Diffstat (limited to 'toolchain/gdb/Config.in')
-rw-r--r--toolchain/gdb/Config.in2
1 files changed, 2 insertions, 0 deletions
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.