build: Avoid the doctemplates hack
[platform/upstream/gobject-introspection.git] / meson_options.txt
1 option('cairo', type: 'feature', value : 'auto',
2   description: 'Use cairo for tests'
3 )
4
5 option('doctool', type: 'feature', value : 'auto',
6   description: 'Install g-ir-doc-tool and run related tests'
7 )
8
9 option('glib_src_dir', type: 'string',
10   description: 'Source directory for glib - needed to add docs to gir'
11 )
12
13 option('gtk_doc', type: 'boolean', value: false,
14   description: 'Build and install documentation'
15 )
16
17 option('cairo_libname', type: 'string',
18   description: 'Custom name for the cairo-gobject library name'
19 )
20
21 option('python', type: 'string', value: 'python3',
22   description: 'Path or name of the Python interpreter to build for'
23 )
24
25 option('gir_dir_prefix', type: 'string',
26   description: 'Intermediate prefix for gir installation under ${prefix}'
27 )
28
29 option('gi_cross_use_prebuilt_gi', type: 'boolean', value : false,
30   description: 'Use gobject introspection tools installed in the build system (useful when cross-compiling)'
31 )
32
33 option('gi_cross_binary_wrapper', type: 'string',
34   description: 'Use a wrapper to run gicompiler and binaries produced by giscanner (useful when cross-compiling)'
35 )
36
37 option('gi_cross_ldd_wrapper', type: 'string',
38   description: 'Use a ldd wrapper instead of system ldd command in giscanner (useful when cross-compiling)'
39 )
40
41 option('build_introspection_data', type: 'boolean', value : true,
42   description: 'Build introspection data (.gir and .typelib files) in addition to library and tools'
43 )
44
45 option('gi_cross_pkgconfig_sysroot_path', type: 'string',
46   description: 'Specify a sysroot path to prepend to pkgconfig output (useful when cross-compiling)'
47 )