diff options
author | Markus Volk <f_l_k@t-online.de> | 2024-11-21 00:28:12 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-11-21 21:42:34 -0800 |
commit | bdf441ecb5d44d8270e0cbd4330d018c53b732fc (patch) | |
tree | 50fd5c2a6321e4b78a62821452dbfc4c9390ba59 /meta-gnome/dynamic-layers | |
parent | b523303f785c459e2f9232af45504863564ad7b9 (diff) | |
download | meta-openembedded-bdf441ecb5d44d8270e0cbd4330d018c53b732fc.tar.gz |
gnome-boxes: add itstool-native dependency
fixes:
| Configuring org.gnome.Boxes.SearchProvider.ini using configuration
| Program itstool found: NO
|
| ../gnome-boxes-47.0/help/meson.build:36:6: ERROR: Program 'itstool' not found or not executable
|
- also provide appstream-cli
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/dynamic-layers')
-rw-r--r-- | meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_47.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_47.0.bb b/meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_47.0.bb index 4787651a93..80f0e89a69 100644 --- a/meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_47.0.bb +++ b/meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_47.0.bb | |||
@@ -9,8 +9,10 @@ GNOMEBASEBUILDCLASS = "meson" | |||
9 | REQUIRED_DISTRO_FEATURES += "gobject-introspection-data opengl" | 9 | REQUIRED_DISTRO_FEATURES += "gobject-introspection-data opengl" |
10 | 10 | ||
11 | DEPENDS = " \ | 11 | DEPENDS = " \ |
12 | appstream-native \ | ||
12 | glib-2.0 \ | 13 | glib-2.0 \ |
13 | desktop-file-utils-native \ | 14 | desktop-file-utils-native \ |
15 | itstool-native \ | ||
14 | libarchive \ | 16 | libarchive \ |
15 | libgudev \ | 17 | libgudev \ |
16 | libhandy \ | 18 | libhandy \ |