Bump to libsigc++ 2.10.7
[platform/upstream/libsigc++.git] / meson_options.txt
index b1ffd54..843f0a0 100644 (file)
@@ -1,7 +1,9 @@
 option('maintainer-mode', type: 'combo', choices: ['false', 'if-git-build', 'true'],
-  value: 'if-git-build', description: 'Generate source code from .hg and .ccg files')
+  value: 'if-git-build', description: 'Generate source code from .m4 files')
 option('warnings', type: 'combo', choices: ['no', 'min', 'max', 'fatal'],
-  value: 'fatal', description: 'Compiler warning level')
+  value: 'min', description: 'Compiler warning level')
+option('dist-warnings', type: 'combo', choices: ['no', 'min', 'max', 'fatal'],
+  value: 'fatal', description: 'Compiler warning level when a tarball is created')
 option('build-deprecated-api', type: 'boolean', value: true,
   description: 'Build deprecated API and include it in the library')
 option('build-documentation', type: 'combo', choices: ['false', 'if-maintainer-mode', 'true'],