freewrt_1_0
freewrt_2_0
| Line | |
|---|
| 1 | menu "weechat........................... Lightweight IRC client"
|
|---|
| 2 |
|
|---|
| 3 | config BR2_PACKAGE_WEECHAT
|
|---|
| 4 | prompt "weechat.......................... Lightweight IRC client"
|
|---|
| 5 | tristate
|
|---|
| 6 | default m if CONFIG_DEVEL
|
|---|
| 7 | select BR2_PACKAGE_LIBNCURSES
|
|---|
| 8 | help
|
|---|
| 9 | Fast, light & extensible IRC client
|
|---|
| 10 |
|
|---|
| 11 | http://weechat.flashtux.org
|
|---|
| 12 |
|
|---|
| 13 | config BR2_COMPILE_WEECHAT_WITH_TLS
|
|---|
| 14 | prompt "Enable TLS support"
|
|---|
| 15 | bool
|
|---|
| 16 | select BR2_PACKAGE_LIBGNUTLS
|
|---|
| 17 | depends BR2_PACKAGE_WEECHAT
|
|---|
| 18 |
|
|---|
| 19 | config BR2_COMPILE_WEECHAT_WITH_LUA
|
|---|
| 20 | prompt "Enable LUA scripting"
|
|---|
| 21 | bool
|
|---|
| 22 | select BR2_PACKAGE_LIBLUA
|
|---|
| 23 | depends BR2_PACKAGE_WEECHAT
|
|---|
| 24 |
|
|---|
| 25 | endmenu
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.