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-05 16:46:29 -0500 |
commit | d57e0e232cb5048b569b279a13f436774969d6d3 (patch) | |
tree | 3de544de8774686ab1c71548d67c942182b59180 | |
parent | ddc98fa0d6927b1d0cd08574c5201849a42eaa3a (diff) | |
download | meta-openembedded-d57e0e232cb5048b569b279a13f436774969d6d3.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_45.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/eog/eog_45.3.bb b/meta-gnome/recipes-gnome/eog/eog_45.3.bb index 00fe266698..f3892f824d 100644 --- a/meta-gnome/recipes-gnome/eog/eog_45.3.bb +++ b/meta-gnome/recipes-gnome/eog/eog_45.3.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 \ |