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

Thu, 15 Feb 2018 23:26:48 -0600

author
Gary Kramlich <grim@reaperworld.com>
date
Thu, 15 Feb 2018 23:26:48 -0600
changeset 38866
0db809ba138f
parent 38862
7d94ae110549
child 38867
841e898fca9a

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

meson_options.txt file | annotate | diff | comparison | revisions
--- 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',

mercurial