From 71461689b0e34d873018d46bff555475019fbf4a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 1 Jul 2019 14:04:23 +0000 Subject: meson: Use 'standard' option names Use 'gtk_doc' for documentation and 'introspection' for, well, introspection. This matches what the rest of the stack does. Fixes https://gitlab.gnome.org/GNOME/pango/issues/364 --- pango/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pango') diff --git a/pango/meson.build b/pango/meson.build index 9dd02bdc..6d35cc32 100644 --- a/pango/meson.build +++ b/pango/meson.build @@ -122,7 +122,7 @@ libpango = library( pango_dep_sources = [pango_enum_h] -build_gir = get_option('gir') +build_gir = get_option('introspection') if build_gir gir_args = [ -- cgit v1.2.1