diff options
author | Markus Volk <f_l_k@t-online.de> | 2024-11-21 00:28:11 +0100 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2025-01-05 16:46:16 -0500 |
commit | ddc98fa0d6927b1d0cd08574c5201849a42eaa3a (patch) | |
tree | 16cdb26f1c0c33f1719bfeef74e42b17bce1065c | |
parent | 3c293e14492f01e22a64004e2330fb620c27578a (diff) | |
download | meta-openembedded-ddc98fa0d6927b1d0cd08574c5201849a42eaa3a.tar.gz |
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 <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 34962ffbbef0a7b8af82121655ec78a4b7c7e055)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-gnome/recipes-connectivity/geary/geary_44.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-gnome/recipes-connectivity/geary/geary_44.1.bb b/meta-gnome/recipes-connectivity/geary/geary_44.1.bb index decae6b2c7..93cad3fc88 100644 --- a/meta-gnome/recipes-connectivity/geary/geary_44.1.bb +++ b/meta-gnome/recipes-connectivity/geary/geary_44.1.bb | |||
@@ -18,6 +18,7 @@ DEPENDS = " \ | |||
18 | gtk+3 \ | 18 | gtk+3 \ |
19 | icu \ | 19 | icu \ |
20 | iso-codes \ | 20 | iso-codes \ |
21 | itstool-native \ | ||
21 | json-glib \ | 22 | json-glib \ |
22 | libhandy \ | 23 | libhandy \ |
23 | libical \ | 24 | libical \ |