From 22542bb870354096541b7500c8f9f03e0e782600 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 21 Nov 2024 01:26:21 -0800 Subject: [PATCH] geary: Specify location of iso-codes xml files During cross-compiling it needs to know the location of staging area where these files are installed in RSS Signed-off-by: Khem Raj --- meta-gnome/recipes-connectivity/geary/geary_46.0.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta-gnome/recipes-connectivity/geary/geary_46.0.bb b/meta-gnome/recipes-connectivity/geary/geary_46.0.bb index d8d48ef513..88ba690886 100644 --- a/meta-gnome/recipes-connectivity/geary/geary_46.0.bb +++ b/meta-gnome/recipes-connectivity/geary/geary_46.0.bb @@ -46,7 +46,10 @@ ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" REQUIRED_DISTRO_FEATURES = "gobject-introspection-data opengl" GIR_MESON_OPTION = "" -EXTRA_OEMESON = "-Dprofile=release" +EXTRA_OEMESON = "-Dprofile=release \ + -Diso_639_xml=${STAGING_DATADIR}/xml/iso-codes/iso_639.xml \ + -Diso_3166_xml=${STAGING_DATADIR}/xml/iso-codes/iso_3166.xml \ + " PACKAGECONFIG[libunwind] = "-Dlibunwind=enabled,-Dlibunwind=disabled,libunwind" PACKAGECONFIG[tnef] = "-Dtnef=enabled,-Dtnef=disabled,libytnef"