summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2020-05-17 16:59:00 +0000
committerChristoph Reiter <reiter.christoph@gmail.com>2020-05-17 16:59:00 +0000
commit0ae28e564acc3cae564c7012dc749338cb9db32e (patch)
tree628513e5afbbe872505475c4e6d23264112bc8c2 /meson_options.txt
parent4d5c6f45e47fc04f2b18eb8d6e0f4997d5b89c59 (diff)
parentdb136cbaf88a86081f29afbba3c98eaf006842ac (diff)
downloadgobject-introspection-0ae28e564acc3cae564c7012dc749338cb9db32e.tar.gz
Merge branch 'fix-option-naming' into 'master'
Rename option `gi_cross_use_{host -> prebuilt}_gi` See merge request GNOME/gobject-introspection!211
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
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',