diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2020-04-27 00:27:52 -0400 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2020-05-17 10:49:53 -0400 |
commit | db136cbaf88a86081f29afbba3c98eaf006842ac (patch) | |
tree | 7873a19e05540a7b80322bf00c09c110f6af9ca9 /meson_options.txt | |
parent | fc055e7c304efc32cd6ddd7824c369f191baa4d8 (diff) | |
download | gobject-introspection-db136cbaf88a86081f29afbba3c98eaf006842ac.tar.gz |
Rename option `gi_cross_use_{host -> prebuilt}_gi`
The old name used "host" according to Yocto's definition, but not
Meson's. The new name works for everyone.
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt index 20ccc3b9..dff9be8e 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -26,8 +26,8 @@ option('gir_dir_prefix', type: 'string', description: 'Intermediate prefix for gir installation under ${prefix}' ) -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('gi_cross_use_prebuilt_gi', type: 'boolean', value : false, + description: 'Use gobject introspection tools installed in the build system (useful when cross-compiling)' ) option('gi_cross_binary_wrapper', type: 'string', |