summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes-recipe/gi-docgen.bbclass4
1 files 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 @@
8# seems to be a successor to gtk-doc: 8# seems to be a successor to gtk-doc:
9# https://gitlab.gnome.org/GNOME/gi-docgen 9# https://gitlab.gnome.org/GNOME/gi-docgen
10 10
11# This variable is set to True if api-documentation is in 11# This variable is set to True if api-documentation and
12# DISTRO_FEATURES, and False otherwise. 12# gobject-introspection-data are in DISTRO_FEATURES, False otherwise.
13GIDOCGEN_ENABLED ?= "${@bb.utils.contains('DISTRO_FEATURES', 'api-documentation gobject-introspection-data', 'True', 'False', d)}" 13GIDOCGEN_ENABLED ?= "${@bb.utils.contains('DISTRO_FEATURES', 'api-documentation gobject-introspection-data', 'True', 'False', d)}"
14 14
15# When building native recipes, disable gi-docgen, as it is not necessary, 15# When building native recipes, disable gi-docgen, as it is not necessary,