summaryrefslogtreecommitdiff
path: root/meson_options.txt
blob: 7757a3a17c7e69ca3502cc21008249c60f5dfb5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
option('cairo', type: 'boolean', value : false,
  description: 'Use cairo for tests'
)

option('doctool', type: 'boolean', value : false,
  description: 'Install g-ir-doc-tool and run related tests'
)

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('cairo-libname', type: 'string',
  description: 'Custom name for the cairo-gobject library name'
)

option('python', type: 'string', value: 'python3',
  description: 'Path or name of the Python interpreter to build for'
)

option('gir-dir-prefix', type: 'string',
  description: 'Intermediate prefix for gir installation under ${prefix}'
)