Protect against NULL pointer dereference
[platform/upstream/atk.git] / meson_options.txt
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)