summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2020-06-26 11:15:10 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2020-06-26 11:37:24 +0100
commit716158e6dec609bc973d4242c922cdb57bbcb7ad (patch)
treed621d979073bfdd2ba6ab7d3cfcdeefb374b51bd /meson_options.txt
parent1479726abf1eec3faf6ff4407ade6d9ec4402c98 (diff)
downloadgdk-pixbuf-716158e6dec609bc973d4242c922cdb57bbcb7ad.tar.gz
Add `gtk_doc` build option
And deprecate the `docs` one. The `gtk_doc` option is shared across GNOME modules, so we should conform to the established practice.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 1add5a86b..c22d29425 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -18,10 +18,14 @@ option('builtin_loaders',
description: 'Comma-separated list of loaders to build into gdk-pixbuf, or "none", or "all" to build all buildable loaders into gdk-pixbuf',
type: 'string',
value: 'none')
-option('docs',
+option('gtk_doc',
description: 'Whether to generate the API reference (requires GTK-Doc)',
type: 'boolean',
value: false)
+option('docs',
+ description: 'Whether to generate the whole documentation (see: gtk_doc and man options) [Deprecated]',
+ type: 'boolean',
+ value: false)
option('gir',
description: 'Whether to generate the API introspection data (requires GObject-Introspection)',
type: 'boolean',