Imported Upstream version 2.10.3
[platform/upstream/libsigc++.git] / meson_options.txt
1 option('maintainer-mode', type: 'combo', choices: ['false', 'if-git-build', 'true'],
2   value: 'if-git-build', description: 'Generate source code from .hg and .ccg files')
3 option('warnings', type: 'combo', choices: ['no', 'min', 'max', 'fatal'],
4   value: 'fatal', description: 'Compiler warning level')
5 option('build-deprecated-api', type: 'boolean', value: true,
6   description: 'Build deprecated API and include it in the library')
7 option('build-documentation', type: 'combo', choices: ['false', 'if-maintainer-mode', 'true'],
8   value: 'if-maintainer-mode', description: 'Build and install the documentation')
9 option('validation', type: 'boolean', value: true,
10   description: 'Validate the tutorial XML file')
11 option('build-pdf', type: 'boolean', value: false,
12   description: 'Build tutorial PDF file')
13 option('build-examples', type: 'boolean', value: true,
14   description: 'Build example programs')
15 option('benchmark', type: 'boolean', value: false,
16   description: 'Build and test benchmark program')