blob: 0945c9dc9b6740d7dfedf9b43a139c7f709c70fc (
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 ADK_PACKAGE_WEECHAT
config ADK_COMPILE_WEECHAT_WITH_LUA
prompt " Enable LUA scripting"
bool
select ADK_PACKAGE_LIBLUA
depends ADK_PACKAGE_WEECHAT
#endmenu
|