diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-10-10 01:16:29 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-10-10 01:16:29 +0000 |
commit | bedab4c26fd94feea949a848ba820f2b5fb866b7 (patch) | |
tree | b5b82d8443ce82f1abc8a3da1ec2500072860977 /toolchain/gdb/Config.in | |
parent | e697a16e5a17d4f024d25656ad035e92fbc3812a (diff) | |
download | buildroot-novena-bedab4c26fd94feea949a848ba820f2b5fb866b7.tar.gz buildroot-novena-bedab4c26fd94feea949a848ba820f2b5fb866b7.zip |
depend on ncurses
Diffstat (limited to 'toolchain/gdb/Config.in')
-rw-r--r-- | toolchain/gdb/Config.in | 2 |
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. |