From 284b4c828a84a776233fc21438640d974c52394d Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 13 Dec 2019 17:33:43 +0100 Subject: meson: address review comments See here: https://gitlab.gnome.org/GNOME/gobject-introspection/merge_requests/64 Particularly, options are renamed to make it more readable and clear. Signed-off-by: Alexander Kanavin --- meson_options.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'meson_options.txt') 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)' ) -- cgit v1.2.1