From: Ross Burton Date: Mon, 12 Jun 2023 15:37:47 +0000 (+0100) Subject: gi-docgen: correct comment X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~668 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c43f9b9d7a322bb4372ea7d797f0f3f898e73a51;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gi-docgen: correct comment The logic was changed in 874dc891 but the comment was not. Signed-off-by: Ross Burton Signed-off-by: Alexandre Belloni --- diff --git a/meta/classes-recipe/gi-docgen.bbclass b/meta/classes-recipe/gi-docgen.bbclass index eb30c6011f8..b4d7b177610 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,