source: freewrt/package/weechat/Config.in

freewrt_2_0
Last change on this file was 418e6805, checked in by Markus Wigge <markus@…>, 19 years ago

removed CONFIG_DEVEL and other cleanups

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@1119 afb5a338-a214-0410-bd46-81f09a774fd1

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