summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 98491032..03096f5e 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -26,22 +26,22 @@ option('gir_dir_prefix', type: 'string',
description: 'Intermediate prefix for gir installation under ${prefix}'
)
-option('enable-host-gi', type: 'boolean', value : false,
+option('cross_use_host_gi', type: 'boolean', value : false,
description: 'Use gobject introspection tools installed in the host system (useful when cross-compiling)'
)
-option('enable-gi-cross-wrapper', type: 'string',
+option('cross_gi_binary_wrapper', type: 'string',
description: 'Use a wrapper to run gicompiler and binaries produced by giscanner (useful when cross-compiling)'
)
-option('enable-gi-ldd-wrapper', type: 'string',
+option('cross_gi_ldd_wrapper', type: 'string',
description: 'Use a ldd wrapper instead of system ldd command in giscanner (useful when cross-compiling)'
)
-option('enable-introspection-data', type: 'boolean', value : true,
+option('build_introspection_data', type: 'boolean', value : true,
description: 'Build introspection data (.gir and .typelib files) in addition to library and tools'
)
-option('pkgconfig-sysroot-path', type: 'string',
+option('cross_pkgconfig_sysroot_path', type: 'string',
description: 'Specify a sysroot path to prepend to pkgconfig output (useful when cross-compiling)'
)