pidgin/purple-plugin-pack

c07ac3e8d58b
Merged in rw_grim/purple-plugin-pack (pull request #5)

Apparently option() changed default to be value

Approved-by: Gary Kramlich
--- a/meson_options.txt Sat Aug 25 17:17:39 2018 -0500
+++ b/meson_options.txt Sun Aug 26 03:46:34 2018 +0000
@@ -1,11 +1,11 @@
-option('purple-version', type : 'combo', choices : ['2', '3'], default : '2',
+option('purple-version', type : 'combo', choices : ['2', '3'], value : '2',
description : 'set to 3 to compile against libpurple3')
-option('types', type : 'string', default : 'default',
+option('types', type : 'string', value : 'default',
description : 'comma-separated list of plugin types to build: default, abusive, incomplete, or all')
-option('debug', type : 'boolean', default : false,
+option('debug', type : 'boolean', value : false,
description : 'compile with debugging support')
-option('nls', type : 'boolean', default : true,
+option('nls', type : 'boolean', value : true,
description : 'enable installation of translation files')