summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 068a03fe857592ac3f94f3e352cd00a906279189 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
option('introspection',
       type: 'feature', value: 'auto', yield: true,
       description: 'Build the introspection data (requires gobject-introspection)')
option('gtk_doc',
       type: 'feature', value: 'auto', yield: true,
       description: 'Build the API reference (requires gtk-doc)')
option('man',
       type: 'boolean', value: false,
       description: 'Build the man pages (requires xsltproc)')
option('tests',
       type: 'boolean', value: true,
       description: 'Build the tests')