1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-20 19:39:48 +03:00
openwrt-xburst/openwrt/package/weechat/Config.in
florian 75a7275dc2 Add squid, with its modules.
Fix fakeidentd compilation (wrong source downloading),closes #478
Fix GNUTLS dependency for weechat


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

26 lines
575 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_LIBGNUTLS
depends BR2_PACKAGE_WEECHAT
config BR2_COMPILE_WEECHAT_WITH_LUA
prompt "Enable LUA scripting"
bool
select BR2_PACKAGE_LIBLUA
depends BR2_PACKAGE_WEECHAT
endmenu