summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-05-20 20:31:42 +0100
committerCarlos Garnacho <carlosg@gnome.org>2021-05-22 13:29:59 +0200
commit96152f38d7cc16155e8451614624f4d46b13b3f2 (patch)
tree02dd990483dbe745cba120ddac0ccca44f5e9e34 /meson_options.txt
parent5ec57f6fae22953adff0ab10325b29eeffc80a60 (diff)
downloadlibmediaart-96152f38d7cc16155e8451614624f4d46b13b3f2.tar.gz
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
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt5
1 files changed, 4 insertions, 1 deletions
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)')