summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-03-23 13:11:21 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2021-04-06 14:09:44 +0100
commitf55d88dccfafc9677412c7187243784250f647af (patch)
tree5fa48f2bd26d69869a60b3c81fc59d50c82487ce /meson_options.txt
parent3ba5a6156f7c4df4af51fa944e806913b828764b (diff)
downloadgdk-pixbuf-f55d88dccfafc9677412c7187243784250f647af.tar.gz
build: Make gtk_doc option yield
When building gdk-pixbuf as a sub-project, we want to yield the value of the gtk_doc option to the super-project.
Diffstat (limited to 'meson_options.txt')
-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',