diff options
| author | Markus Volk <f_l_k@t-online.de> | 2022-12-10 11:05:21 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-12-10 23:06:36 -0800 |
| commit | 3adf0b8c4dd039eb93a81f880f4fe84e7cb3b292 (patch) | |
| tree | d8e18f36f34ee5ab1c1cecb369815138d5a3c83e | |
| parent | 915835643920739d4f63457d168eb83603cc959c (diff) | |
| download | meta-openembedded-3adf0b8c4dd039eb93a81f880f4fe84e7cb3b292.tar.gz | |
gnome-photos: add missing runtime dependency on tracker-miners
This fixes runtime for gnome-photos
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-photos/gnome-photos_43.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-photos/gnome-photos_43.0.bb b/meta-gnome/recipes-gnome/gnome-photos/gnome-photos_43.0.bb index d9f71806c8..620e76e9a8 100644 --- a/meta-gnome/recipes-gnome/gnome-photos/gnome-photos_43.0.bb +++ b/meta-gnome/recipes-gnome/gnome-photos/gnome-photos_43.0.bb | |||
| @@ -22,6 +22,8 @@ DEPENDS = " \ | |||
| 22 | libportal \ | 22 | libportal \ |
| 23 | " | 23 | " |
| 24 | 24 | ||
| 25 | RDEPENDS:${PN} = "tracker-miners" | ||
| 26 | |||
| 25 | GNOMEBASEBUILDCLASS = "meson" | 27 | GNOMEBASEBUILDCLASS = "meson" |
| 26 | 28 | ||
| 27 | inherit gnomebase gettext gnome-help features_check | 29 | inherit gnomebase gettext gnome-help features_check |
