mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 16:36:16 +02:00
75a7275dc2
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
26 lines
575 B
Plaintext
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
|