From 99bef8c4cf7e2519fc7d837e98137b5a3eaab3f0 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 11 Nov 2024 18:13:37 +0000 Subject: [PATCH] json-glib: don't use deprecated gtk_doc option flag The correct meson flag for the documentation is 'documentation'. (From OE-Core rev: f754bce3de22cd2c9645b3599fef13503c464200) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-gnome/json-glib/json-glib_1.10.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-gnome/json-glib/json-glib_1.10.0.bb b/meta/recipes-gnome/json-glib/json-glib_1.10.0.bb index df3cdba3b1..332e8b65c3 100644 --- a/meta/recipes-gnome/json-glib/json-glib_1.10.0.bb +++ b/meta/recipes-gnome/json-glib/json-glib_1.10.0.bb @@ -14,6 +14,7 @@ DEPENDS = "glib-2.0 glib-2.0-native" inherit gnomebase lib_package gobject-introspection gi-docgen gettext ptest-gnome manpages upstream-version-is-even GIR_MESON_ENABLE_FLAG = 'enabled' GIR_MESON_DISABLE_FLAG = 'disabled' +GIDOCGEN_MESON_OPTION = 'documentation' GIDOCGEN_MESON_ENABLE_FLAG = 'enabled' GIDOCGEN_MESON_DISABLE_FLAG = 'disabled'