]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
gi-docgen: correct comment
authorRoss Burton <ross.burton@arm.com>
Mon, 12 Jun 2023 15:37:47 +0000 (16:37 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 15 Jun 2023 08:53:34 +0000 (09:53 +0100)
The logic was changed in 874dc891 but the comment was not.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/classes-recipe/gi-docgen.bbclass

index eb30c6011f8087f4cfd558de9c57b70861f7adec..b4d7b177610355eaf7d801dfa499f6df1fd05dd6 100644 (file)
@@ -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,