]> git.tdb.fi Git - ext/sigc++-2.0.git/blob - meson_options.txt
Adjust the name of the library to match upstream
[ext/sigc++-2.0.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 .m4 files')
3 option('warnings', type: 'combo', choices: ['no', 'min', 'max', 'fatal'],
4   value: 'min', description: 'Compiler warning level')
5 option('dist-warnings', type: 'combo', choices: ['no', 'min', 'max', 'fatal'],
6   value: 'fatal', description: 'Compiler warning level when a tarball is created')
7 option('build-deprecated-api', type: 'boolean', value: true,
8   description: 'Build deprecated API and include it in the library')
9 option('build-documentation', type: 'combo', choices: ['false', 'if-maintainer-mode', 'true'],
10   value: 'if-maintainer-mode', description: 'Build and install the documentation')
11 option('validation', type: 'boolean', value: true,
12   description: 'Validate the tutorial XML file')
13 option('build-pdf', type: 'boolean', value: false,
14   description: 'Build tutorial PDF file')
15 option('build-examples', type: 'boolean', value: true,
16   description: 'Build example programs')
17 option('benchmark', type: 'boolean', value: false,
18   description: 'Build and test benchmark program')