summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 29224b7751970fbfc488a6c4e5cbfa7444e43a8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
option('cairo', type: 'boolean',
  description: 'Use cairo for tests'
)

option('doctool', type: 'boolean',
  description: 'Install g-ir-doc-tool'
)

option('glib-src-dir', type: 'string',
  description: 'Source directory for glib - needed to add docs to gir'
)

option('gtk-doc', type: 'boolean', value: false,
  description: 'Build and install documentation'
)

option('gir_build', type: 'boolean',
  description: 'Windows: post build (gir) stuff'
)