pidgin/pidgin

Parents 7d94ae110549
Children 841e898fca9a
Disable SILC as the client libraries aren't in many distros anymore and I'm tired of disabling it
--- a/meson_options.txt Fri Feb 02 06:28:13 2018 +0000
+++ b/meson_options.txt Thu Feb 15 23:26:48 2018 -0600
@@ -59,7 +59,7 @@
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',