1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-12 15:02:24 +03:00
openwrt-xburst/package/weechat/Config.in
florian df5b298a49 Add fakeidentd a lightweight identd daemon.
Fix minor typo in menuconfig for weechat


git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3631 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-04-13 14:12:04 +00:00

26 lines
572 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