summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2018-02-15 23:26:48 -0600
committerGary Kramlich <grim@reaperworld.com>2018-02-15 23:26:48 -0600
commitf5cd06b453c7a473ec8c40c1d04ff1cbf618c25a (patch)
treec6e6bd467407a1912903fb7762e8722436146807 /meson_options.txt
parenta6e43222e4fda7f6db2484b7ce2497ecc8fa1a2b (diff)
downloadpidgin-f5cd06b453c7a473ec8c40c1d04ff1cbf618c25a.tar.gz
Disable SILC as the client libraries aren't in many distros anymore and I'm tired of disabling it
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 59375a601f..a21c73a239 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -59,7 +59,7 @@ option('avahi', type : 'boolean', value : true,
option('libgadu', type : 'boolean', value : true,
description : 'compile with libgadu (required for GaduGadu support)')
-option('silc', type : 'boolean', value : true,
+option('silc', type : 'boolean', value : false,
description : 'compile with SILC plugin')
option('static-prpls', type : 'string',