pidgin/purple-plugin-pack

ade4d49dc391
Parents 512fe2e39304
Children c07ac3e8d58b
Apparently option() changed default to be value
--- a/meson_options.txt Fri Aug 24 00:08:22 2018 -0500
+++ b/meson_options.txt Sat Aug 25 17:16:42 2018 -0500
@@ -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')