diff mbox series

[1/2] gi-docgen: correct comment

Message ID 20230612153748.937565-1-ross.burton@arm.com
State Accepted, archived
Commit c43f9b9d7a322bb4372ea7d797f0f3f898e73a51
Headers show
Series [1/2] gi-docgen: correct comment | expand

Commit Message

Ross Burton June 12, 2023, 3:37 p.m. UTC
From: Ross Burton <ross.burton@arm.com>

The logic was changed in 874dc891 but the comment was not.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/classes-recipe/gi-docgen.bbclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

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,