Merged in rw_grim/pidgin (pull request #311)

Fri, 16 Feb 2018 05:31:26 +0000

author
Gary Kramlich <grim@reaperworld.com>
date
Fri, 16 Feb 2018 05:31:26 +0000
changeset 38867
841e898fca9a
parent 38865
a62a8251e350 (current diff)
parent 38866
0db809ba138f (diff)
child 38868
de9d792c0d2d

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 <quantum.analyst@gmail.com>

--- 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',

mercurial