blob: 63ad59b23c623e8c5afedc553521223b35c3fbd1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
config ADK_COMPILE_NCURSES
tristate
depends on ADK_PACKAGE_LIBNCURSES
config ADK_PACKAGE_LIBNCURSES
prompt "libncurses........................ Terminal handling library"
tristate
default n
select ADK_COMPILE_NCURSES
help
A terminal handling library
Comes with: libcurses libform libmenu libncurses libpanel
http://www.gnu.org/software/ncurses/
config ADK_PACKAGE_LIBNCURSES_DEV
prompt "libncurses-dev.................. Ncurses development package"
tristate
default n
depends on ADK_PACKAGE_LIBNCURSES
select ADK_COMPILE_NCURSES
help
A terminal handling library
|