diff options
author | Matthias Clasen <mclasen@redhat.com> | 2017-09-06 09:27:59 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-09-06 09:53:34 -0400 |
commit | 15edfbbc88270ae7ff9099ffee1850f2c3950870 (patch) | |
tree | 0b4dc3769a938db4a08901433d043be79802dc96 /meson_options.txt | |
parent | b5e00d36f084b827c48e4c9b8adc8fcedc14f2ff (diff) | |
download | gtk+-15edfbbc88270ae7ff9099ffee1850f2c3950870.tar.gz |
Rename and document the enable-gir option
You can disable introspection now with -Dintrospection=false.
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index f3b587a212..0377d52b1d 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -34,7 +34,7 @@ option('enable-documentation', type: 'boolean', value: 'false', description : 'Build API reference and tools documentation') option('enable-man-pages', type: 'boolean', value: 'false', description : 'Build man pages for installed tools') -option('enable-gir', type: 'boolean', value: 'true', +option('introspection', type: 'boolean', value: 'true', description : 'Build introspection data (requires gobject-introspection)') option('demos', type: 'boolean', value: 'true', description : 'Build demos and example programs') |