File: meson_options.txt

package info (click to toggle)
gobject-introspection 1.58.3-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 18,384 kB
  • sloc: ansic: 37,493; xml: 15,012; python: 12,173; sh: 4,570; yacc: 1,601; makefile: 579; lex: 491; perl: 286
file content (23 lines) | stat: -rw-r--r-- 622 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
option('cairo', type: 'boolean', value : false,
  description: 'Use cairo for tests'
)

option('doctool', type: 'boolean', value : true,
  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('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'
)