From 6366ebe919925fae5ea0e68c3ff23c6b77ef3e5b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 21 Apr 2024 09:23:54 -0400 Subject: [PATCH] build: Stop yielding for gtk_doc It seems that 'yield' overrides explicitly setting the subproject option with -Dgdk-pixbuf:gtk_doc=true. That seems just wrong on mesons part. --- meson_options.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meson_options.txt b/meson_options.txt index 74830154a..7e28c2a81 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -26,8 +26,7 @@ option('builtin_loaders', option('gtk_doc', description: 'Whether to generate the API reference', type: 'boolean', - value: false, - yield: true) + value: false) option('docs', description: 'Whether to generate the whole documentation (see: gtk_doc and man options) [Deprecated]', type: 'boolean', -- GitLab