# HG changeset patch # User Gary Kramlich # Date 1518758808 21600 # Node ID 0db809ba138f7b8917425ebeda9cb39c6824b4c1 # Parent 7d94ae110549af114d518ad42e6c7e3a621e5041 Disable SILC as the client libraries aren't in many distros anymore and I'm tired of disabling it diff -r 7d94ae110549 -r 0db809ba138f meson_options.txt --- 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',