Thu, 15 Feb 2018 23:26:48 -0600
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',