GI_DATA_ENABLED is the right source for making that decision
as it additionally factors in presence of qemu-usermode in
MACHINE_FEATURES.

Signed-off-by: Alexander Kanavin <a...@linutronix.de>
---
 meta/recipes-gnome/gcr/gcr_4.0.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-gnome/gcr/gcr_4.0.0.bb 
b/meta/recipes-gnome/gcr/gcr_4.0.0.bb
index b137968943..7821e31b52 100644
--- a/meta/recipes-gnome/gcr/gcr_4.0.0.bb
+++ b/meta/recipes-gnome/gcr/gcr_4.0.0.bb
@@ -29,7 +29,7 @@ PACKAGECONFIG ??= " \
        ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \
        ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'gtk', '', d)} \
        ${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'gtk', '', d)} \
-       ${@bb.utils.contains('DISTRO_FEATURES', 'gobject-introspection-data', 
'vapi', '', d)} \
+       ${@bb.utils.contains('GI_DATA_ENABLED', 'True', 'vapi', '', d)} \
 "
 PACKAGECONFIG[gtk] = "-Dgtk4=true,-Dgtk4=false,gtk4"
 PACKAGECONFIG[ssh_agent] = 
"-Dssh_agent=true,-Dssh_agent=false,libsecret,openssh"
-- 
2.30.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#177668): 
https://lists.openembedded.org/g/openembedded-core/message/177668
Mute This Topic: https://lists.openembedded.org/mt/97202956/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to