summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gnome/recipes-connectivity/geary/geary_46.0.bb5
1 files changed, 4 insertions, 1 deletions
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}"
46REQUIRED_DISTRO_FEATURES = "gobject-introspection-data opengl" 46REQUIRED_DISTRO_FEATURES = "gobject-introspection-data opengl"
47 47
48GIR_MESON_OPTION = "" 48GIR_MESON_OPTION = ""
49EXTRA_OEMESON = "-Dprofile=release" 49EXTRA_OEMESON = "-Dprofile=release \
50 -Diso_639_xml=${STAGING_DATADIR}/xml/iso-codes/iso_639.xml \
51 -Diso_3166_xml=${STAGING_DATADIR}/xml/iso-codes/iso_3166.xml \
52 "
50 53
51PACKAGECONFIG[libunwind] = "-Dlibunwind=enabled,-Dlibunwind=disabled,libunwind" 54PACKAGECONFIG[libunwind] = "-Dlibunwind=enabled,-Dlibunwind=disabled,libunwind"
52PACKAGECONFIG[tnef] = "-Dtnef=enabled,-Dtnef=disabled,libytnef" 55PACKAGECONFIG[tnef] = "-Dtnef=enabled,-Dtnef=disabled,libytnef"