source: freewrt/package/weechat/Config.in@ 6fc4520e

freewrt_1_0 freewrt_2_0
Last change on this file since 6fc4520e was e3ea651, checked in by Thorsten Glaser <tg@…>, 19 years ago

what difference a little less menus and a little more indentation can make
now I can menuconfig in about half the time

wbx@ allowed me to do so... I did keep some menus where it made sense though

git-svn-id: svn://www.freewrt.org/trunk/freewrt@414 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 589 bytes
Line 
1#menu "weechat........................... Lightweight IRC client"
2
3config FWRT_PACKAGE_WEECHAT
4 prompt "weechat.......................... Lightweight IRC client"
5 tristate
6 default m if CONFIG_DEVEL
7 select FWRT_PACKAGE_LIBNCURSES
8 help
9 Fast, light & extensible IRC client
10
11 http://weechat.flashtux.org
12
13config FWRT_COMPILE_WEECHAT_WITH_TLS
14 prompt " Enable TLS support"
15 bool
16 select FWRT_PACKAGE_LIBGNUTLS
17 depends FWRT_PACKAGE_WEECHAT
18
19config FWRT_COMPILE_WEECHAT_WITH_LUA
20 prompt " Enable LUA scripting"
21 bool
22 select FWRT_PACKAGE_LIBLUA
23 depends FWRT_PACKAGE_WEECHAT
24
25#endmenu
Note: See TracBrowser for help on using the repository browser.