From 96152f38d7cc16155e8451614624f4d46b13b3f2 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 20 May 2021 20:31:42 +0100 Subject: docs: Use a more idiomatic gtk-doc set up - look for sources in both source and build directories - depend on the built library - ignore the generated, uninstalled marshallers header - make gtk-doc track the overview.xml file - add the missing indices - add the missing symbols - use a boolean `gtk_doc` build option, like every other GNOME project --- meson_options.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 6169e46..3ef49ba 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,3 +1,6 @@ option('image_library', type: 'combo', choices: ['auto', 'gdk-pixbuf', 'qt4', 'qt5'], description: 'Which image processing backend to use') -option('with-docs', type : 'combo', choices : ['auto', 'yes', 'no'], value : 'auto') +option('gtk_doc', + type: 'boolean', + value: 'false', + description: 'Build the API reference (requires gtk-doc)') -- cgit v1.2.1