blob: 4073c3979a9f2100ec8224ab1778d9bd96cb2da0 (
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
26
|
#menu "weechat........................... Lightweight IRC client"
config ADK_PACKAGE_WEECHAT
prompt "weechat........................... Lightweight IRC client"
tristate
default n
select ADK_PACKAGE_LIBNCURSES
select ADK_PACKAGE_LIBICONV
help
Fast, light & extensible IRC client
http://weechat.flashtux.org
config ADK_COMPILE_WEECHAT_WITH_TLS
prompt " Enable TLS support"
bool
select ADK_PACKAGE_LIBGNUTLS
depends on ADK_PACKAGE_WEECHAT
config ADK_COMPILE_WEECHAT_WITH_LUA
prompt " Enable LUA scripting"
bool
select ADK_PACKAGE_LIBLUA
depends on ADK_PACKAGE_WEECHAT
#endmenu
|