diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/atk/atk_2.30.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/atk/atk_2.30.0.bb b/meta/recipes-support/atk/atk_2.30.0.bb index 481f8e89a1..4e2dacbc4d 100644 --- a/meta/recipes-support/atk/atk_2.30.0.bb +++ b/meta/recipes-support/atk/atk_2.30.0.bb | |||
@@ -20,6 +20,8 @@ GTKDOC_DISABLE_FLAG = "-Ddocs=false" | |||
20 | GI_ENABLE_FLAG = "-Dintrospection=true" | 20 | GI_ENABLE_FLAG = "-Dintrospection=true" |
21 | GI_DISABLE_FLAG = "-Dintrospection=false" | 21 | GI_DISABLE_FLAG = "-Dintrospection=false" |
22 | 22 | ||
23 | EXTRA_OEMESON_append_class-nativesdk = " ${GI_DISABLE_FLAG}" | ||
24 | |||
23 | EXTRA_OEMESON_append_class-target = " ${@bb.utils.contains('GI_DATA_ENABLED', 'True', '${GI_ENABLE_FLAG}', \ | 25 | EXTRA_OEMESON_append_class-target = " ${@bb.utils.contains('GI_DATA_ENABLED', 'True', '${GI_ENABLE_FLAG}', \ |
24 | '${GI_DISABLE_FLAG}', d)} " | 26 | '${GI_DISABLE_FLAG}', d)} " |
25 | 27 | ||