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