summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson_options.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index b6d82e9b6..5c2641cb6 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -17,7 +17,8 @@ option('builtin_loaders',
option('gtk_doc',
description: 'Whether to generate the API reference',
type: 'boolean',
- value: false)
+ value: false,
+ yield: true)
option('docs',
description: 'Whether to generate the whole documentation (see: gtk_doc and man options) [Deprecated]',
type: 'boolean',