diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-04-03 21:09:05 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-04-03 21:09:05 +0200 |
commit | e75c61d7aa892a2daeea352e2011d65b219feb99 (patch) | |
tree | cc2e9c588a3bca5f33456fac0e94b7f015d2118e /doc/en/weechat_user.en.adoc | |
parent | 924c5434307a0f69068b8c2c6acf25450fff4ae8 (diff) | |
download | weechat-e75c61d7aa892a2daeea352e2011d65b219feb99.zip |
doc/user: remove Javascript from plugins compiled with CMake option `ENABLE_SCRIPTS`
The Javascript plugin is not built by default any more since v2.9 and must be
explicitly enabled with `-DENABLE_JAVASCRIPT=ON`.
Diffstat (limited to 'doc/en/weechat_user.en.adoc')
-rw-r--r-- | doc/en/weechat_user.en.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc index 4c562192a..0008b0356 100644 --- a/doc/en/weechat_user.en.adoc +++ b/doc/en/weechat_user.en.adoc @@ -310,7 +310,7 @@ List of commonly used options: | ENABLE_SCRIPTS | `ON`, `OFF` | ON | Compile <<scripting_plugins,script plugins>> (Python, Perl, Ruby, Lua, Tcl, - Guile, JavaScript, PHP). + Guile, PHP). | ENABLE_SPELL | `ON`, `OFF` | ON | Compile <<spell_checking,Spell plugin>>. |