mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 05:39:39 +01:00
atk: disable gobject-introspection for nativesdk
We do not support g-i for nativesdk, neverthless atk tries and fails. (From OE-Core rev: 023d2b25f19489af0ee527876789e3bce5674712) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
874402ca12
commit
b235fb6a4d
@@ -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)} "
|
||||
|
||||
|
||||
Reference in New Issue
Block a user