diff options
Diffstat (limited to 'meta/classes-recipe/gi-docgen.bbclass')
-rw-r--r-- | meta/classes-recipe/gi-docgen.bbclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/classes-recipe/gi-docgen.bbclass b/meta/classes-recipe/gi-docgen.bbclass index 8b7eaacea3..eb30c6011f 100644 --- a/meta/classes-recipe/gi-docgen.bbclass +++ b/meta/classes-recipe/gi-docgen.bbclass | |||
@@ -10,7 +10,8 @@ | |||
10 | 10 | ||
11 | # This variable is set to True if api-documentation is in | 11 | # This variable is set to True if api-documentation is in |
12 | # DISTRO_FEATURES, and False otherwise. | 12 | # DISTRO_FEATURES, and False otherwise. |
13 | GIDOCGEN_ENABLED ?= "${@bb.utils.contains('DISTRO_FEATURES', 'api-documentation', 'True', 'False', d)}" | 13 | GIDOCGEN_ENABLED ?= "${@bb.utils.contains('DISTRO_FEATURES', 'api-documentation gobject-introspection-data', 'True', 'False', d)}" |
14 | |||
14 | # 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, |
15 | # pulls in additional dependencies, and makes build times longer | 16 | # pulls in additional dependencies, and makes build times longer |
16 | GIDOCGEN_ENABLED:class-native = "False" | 17 | GIDOCGEN_ENABLED:class-native = "False" |