From 34962ffbbef0a7b8af82121655ec78a4b7c7e055 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Thu, 21 Nov 2024 00:28:11 +0100 Subject: [PATCH] geary: add itstool-native dependency fixes: | Configuring org.gnome.Geary.service using configuration | Program itstool found: NO | | ../git/help/meson.build:21:6: ERROR: Program 'itstool' not found or not executable Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- meta-gnome/recipes-connectivity/geary/geary_46.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-gnome/recipes-connectivity/geary/geary_46.0.bb b/meta-gnome/recipes-connectivity/geary/geary_46.0.bb index 88ba690886..6d6d9f5443 100644 --- a/meta-gnome/recipes-connectivity/geary/geary_46.0.bb +++ b/meta-gnome/recipes-connectivity/geary/geary_46.0.bb @@ -18,6 +18,7 @@ DEPENDS = " \ gtk+3 \ icu \ iso-codes \ + itstool-native \ json-glib \ libhandy \ libical \