From 023d2b25f19489af0ee527876789e3bce5674712 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 30 Jan 2019 11:59:34 +0100 Subject: atk: disable gobject-introspection for nativesdk We do not support g-i for nativesdk, neverthless atk tries and fails. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-support/atk/atk_2.30.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-support') 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" GI_ENABLE_FLAG = "-Dintrospection=true" GI_DISABLE_FLAG = "-Dintrospection=false" +EXTRA_OEMESON_append_class-nativesdk = " ${GI_DISABLE_FLAG}" + EXTRA_OEMESON_append_class-target = " ${@bb.utils.contains('GI_DATA_ENABLED', 'True', '${GI_ENABLE_FLAG}', \ '${GI_DISABLE_FLAG}', d)} " -- cgit 1.2.3-korg