aboutsummaryrefslogtreecommitdiffstats
path: root/package/weechat/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/weechat/Config.in')
-rw-r--r--package/weechat/Config.in25
1 files changed, 25 insertions, 0 deletions
diff --git a/package/weechat/Config.in b/package/weechat/Config.in
new file mode 100644
index 0000000000..ea24124cbf
--- /dev/null
+++ b/package/weechat/Config.in
@@ -0,0 +1,25 @@
+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