summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: c37f643edcfa3a27d1ed53df7cf82022933e8d08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
option('tests',
  type: 'boolean',
  value: true,
  description: 'Build tests')
option('introspection',
  type: 'feature',
  value: 'enabled',
  description: 'Enable GObject introspection')
option('gtk_doc',
  type: 'boolean',
  value: true,
  description: 'Enable generating the API reference (depends on GTK-Doc)')
option('docbook_docs',
  type: 'feature',
  value: 'auto',
  description: 'Build DocBook documentation (requires xmlto)')