pidgin/pidgin

841e898fca9a
Merged in rw_grim/pidgin (pull request #311)

Disable SILC as the client libraries aren't in many distros anymore and I'm tired of disabling it

Approved-by: Elliott Sales de Andrade
--- a/meson_options.txt Fri Feb 16 00:15:22 2018 -0500
+++ b/meson_options.txt Fri Feb 16 05:31:26 2018 +0000
@@ -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',