summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2020-10-14 16:55:00 -0400
committerXavier Claessens <xavier.claessens@collabora.com>2020-10-16 16:49:43 -0400
commit50387389beda3df666b3ef80811353b35f6d59fd (patch)
tree1d5d32a943aaf3eceb077951ff6485139f6981ff /meson.build
parent213d670a106effd5ba2769049c2c80998bef666b (diff)
downloadgdk-pixbuf-50387389beda3df666b3ef80811353b35f6d59fd.tar.gz
meson: Change introspection option to feature type
This is more consistent with other modules like GTK.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index c1423ddba..a499ecaea 100644
--- a/meson.build
+++ b/meson.build
@@ -417,7 +417,7 @@ summary = [
'',
' documentation: @0@'.format(build_docs),
' man pages: @0@'.format(get_option('man')),
- ' introspection: @0@'.format(get_option('gir')),
+ ' introspection: @0@'.format(build_gir),
' installed tests: @0@'.format(get_option('installed_tests')),
' relocatable: @0@'.format(get_option('relocatable')),
'',