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 <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2024-11-21 01:26:21 -08:00
parent 5da44d9d0b
commit 22542bb870

View File

@@ -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"