diff options
author | Markus Volk <f_l_k@t-online.de> | 2024-11-20 23:06:08 +0100 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2025-01-16 09:17:32 -0500 |
commit | b82e8e7c43214b14aacaed24a4b3f49e75add5b0 (patch) | |
tree | 559193080659373b5c32f3564383745f2fbc80a3 | |
parent | 828c6edda48260502f5d3a94070cf7c64cdf13ba (diff) | |
download | meta-openembedded-b82e8e7c43214b14aacaed24a4b3f49e75add5b0.tar.gz |
eog: add itstool-native dependency
fixes:
| ../eog-47.0/help/meson.build:45:6: ERROR: Program 'itstool' not found or not executable
|
| A full log can be found at /home/flk/poky/build/tmp/work/corei7-64-poky-linux/eog/47.0/build/meson-logs/meson-log.txt
| ERROR: meson failed
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit b523303f785c459e2f9232af45504863564ad7b9)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-gnome/recipes-gnome/eog/eog_47.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/eog/eog_47.0.bb b/meta-gnome/recipes-gnome/eog/eog_47.0.bb index 8e0583cf91..82a1febedd 100644 --- a/meta-gnome/recipes-gnome/eog/eog_47.0.bb +++ b/meta-gnome/recipes-gnome/eog/eog_47.0.bb | |||
@@ -3,6 +3,7 @@ LICENSE = "GPL-2.0-only" | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
4 | 4 | ||
5 | DEPENDS = " \ | 5 | DEPENDS = " \ |
6 | itstool-native \ | ||
6 | librsvg \ | 7 | librsvg \ |
7 | gnome-desktop \ | 8 | gnome-desktop \ |
8 | gsettings-desktop-schemas \ | 9 | gsettings-desktop-schemas \ |