Merge branch 'improve-documentation' into 'master'
[atk.git] / meson_options.txt
blobc4542dcd0653c8df84b26630d07e8fb787826d61
1 option('docs',
2        description: 'Build API reference for ATK using GTK-Doc',
3        type: 'boolean',
4        value: false)
5 option('introspection',
6        description: 'Whether to build introspection files',
7        type: 'boolean',
8        value: true)