summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
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',