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 --- meson_options.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index ac641269..95d7edb8 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,8 +1,8 @@ -option('enable_docs', +option('gtk_doc', description: 'Build API reference for Pango using GTK-Doc', type: 'boolean', value: false) -option('gir', +option('introspection', description: 'Build the GObject introspection data for Pango', type: 'boolean', value: true) -- cgit v1.2.1