mirror of
https://git.yoctoproject.org/poky
synced 2026-04-03 20:02:24 +02:00
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 <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ce01aa37bf
commit
970b5b0fa2
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user