diff mbox series

[meta-gnome] ghex,gnome-chess,gnome-photos: Add missing dep on itstool-native

Message ID 20241121084012.65729-1-raj.khem@gmail.com
State New
Headers show
Series [meta-gnome] ghex,gnome-chess,gnome-photos: Add missing dep on itstool-native | expand

Commit Message

Khem Raj Nov. 21, 2024, 8:40 a.m. UTC
Fixes build issues in these recipe in meta-gnome

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-gnome/recipes-gnome/ghex/ghex_46.1.bb                 | 1 +
 meta-gnome/recipes-gnome/gnome-chess/gnome-chess_47.0.bb   | 2 +-
 meta-gnome/recipes-gnome/gnome-photos/gnome-photos_44.0.bb | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-gnome/recipes-gnome/ghex/ghex_46.1.bb b/meta-gnome/recipes-gnome/ghex/ghex_46.1.bb
index 1a8c49efbe..412b304681 100644
--- a/meta-gnome/recipes-gnome/ghex/ghex_46.1.bb
+++ b/meta-gnome/recipes-gnome/ghex/ghex_46.1.bb
@@ -7,6 +7,7 @@  DEPENDS = " \
     desktop-file-utils-native  \
     glib-2.0-native \
     gtk4 \
+    itstool-native \
     libadwaita \
 "
 
diff --git a/meta-gnome/recipes-gnome/gnome-chess/gnome-chess_47.0.bb b/meta-gnome/recipes-gnome/gnome-chess/gnome-chess_47.0.bb
index e3365f6181..47c412d75e 100644
--- a/meta-gnome/recipes-gnome/gnome-chess/gnome-chess_47.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-chess/gnome-chess_47.0.bb
@@ -13,8 +13,8 @@  DEPENDS = " \
     cairo \
     desktop-file-utils-native \
     glib-2.0 \
-    glib-2.0 \
     gtk4 \
+    itstool-native \
     libadwaita \
     librsvg \
     pango \
diff --git a/meta-gnome/recipes-gnome/gnome-photos/gnome-photos_44.0.bb b/meta-gnome/recipes-gnome/gnome-photos/gnome-photos_44.0.bb
index 883f192db3..81c3c65a48 100644
--- a/meta-gnome/recipes-gnome/gnome-photos/gnome-photos_44.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-photos/gnome-photos_44.0.bb
@@ -16,6 +16,7 @@  DEPENDS = " \
     gexiv2 \
     gnome-online-accounts \
     gsettings-desktop-schemas \
+    itstool-native \
     libdazzle \
     tinysparql \
     libhandy \