summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2022-10-26 01:22:53 -0500
committerGary Kramlich <grim@reaperworld.com>2022-10-26 01:22:53 -0500
commit92cdbcdfd0e3065beccc7cc331996352de5999a7 (patch)
tree530226e28966cb47c3c914089fa36b8ba52dafd3 /meson_options.txt
parent34cac601a4b22231e5a70f1152a2bcb434c99bf9 (diff)
downloadpidgin-92cdbcdfd0e3065beccc7cc331996352de5999a7.tar.gz
Remove the SILC protocol plugin
We've done a lot to try to keep this protocol plugin alive, but it crashes when you try to connect to silcnet and most distros don't even have the dependency anymore. Therefore, I declare it's time that we drop our support for it. Testing Done: Ran a full build and `ninja pidgin-pot` Reviewed at https://reviews.imfreedom.org/r/1970/
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 44d83769b1..3d0ad5889d 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -46,9 +46,6 @@ option('libgadu', type : 'feature',
option('meanwhile', type : 'feature',
description : 'compile with meanwhile')
-option('silc', type : 'feature',
- description : 'compile with SILC plugin')
-
option('zephyr', type : 'feature',
description : 'compile Zephyr plugin against external libzephyr')