From 970b5b0fa248f0f12e54f21cd70cf0b375477c06 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 12 Jun 2023 16:37:47 +0100 Subject: gi-docgen: correct comment The logic was changed in 874dc891 but the comment was not. (From OE-Core rev: c43f9b9d7a322bb4372ea7d797f0f3f898e73a51) Signed-off-by: Ross Burton Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/classes-recipe/gi-docgen.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes-recipe/gi-docgen.bbclass b/meta/classes-recipe/gi-docgen.bbclass index eb30c6011f..b4d7b17761 100644 --- a/meta/classes-recipe/gi-docgen.bbclass +++ b/meta/classes-recipe/gi-docgen.bbclass @@ -8,8 +8,8 @@ # seems to be a successor to gtk-doc: # https://gitlab.gnome.org/GNOME/gi-docgen -# This variable is set to True if api-documentation is in -# DISTRO_FEATURES, and False otherwise. +# This variable is set to True if api-documentation and +# gobject-introspection-data are in DISTRO_FEATURES, False otherwise. GIDOCGEN_ENABLED ?= "${@bb.utils.contains('DISTRO_FEATURES', 'api-documentation gobject-introspection-data', 'True', 'False', d)}" # When building native recipes, disable gi-docgen, as it is not necessary, -- cgit v1.2.3-54-g00ecf