mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-11 03:37:32 +02:00
26 lines
578 B
Plaintext
26 lines
578 B
Plaintext
|
menu "weechat................................. Lightweight IRC client"
|
||
|
|
||
|
config BR2_PACKAGE_WEECHAT
|
||
|
prompt "weechat.......................... Lightweight IRC client"
|
||
|
tristate
|
||
|
default m if CONFIG_DEVEL
|
||
|
select BR2_PACKAGE_LIBNCURSES
|
||
|
help
|
||
|
Fast, light & extensible IRC client
|
||
|
|
||
|
http://weechat.flashtux.org
|
||
|
|
||
|
config BR2_COMPILE_WEECHAT_WITH_TLS
|
||
|
prompt "Enable TLS support"
|
||
|
bool
|
||
|
select BR2_PACKAGE_GNUTLS
|
||
|
depends BR2_PACKAGE_WEECHAT
|
||
|
|
||
|
config BR2_COMPILE_WEECHAT_WITH_LUA
|
||
|
prompt "Enable LUA scripting"
|
||
|
bool
|
||
|
select BR2_PACKAGE_LIBLUA
|
||
|
depends BR2_PACKAGE_WEECHAT
|
||
|
|
||
|
endmenu
|