summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2024-09-21 18:06:44 +0200
committerKhem Raj <raj.khem@gmail.com>2024-10-11 00:25:44 -0700
commit066afa450ff5bbcd57bce37b81c2033641f71680 (patch)
tree0ab95372305c7691d2365842ec93f4c05a3c8c44
parent750b32f7abaea2dfc0493a9e7fc8677793d7ea4f (diff)
downloadmeta-openembedded-066afa450ff5bbcd57bce37b81c2033641f71680.tar.gz
gnome-photos: switch from tracker to tinysparql
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_44.0.bb4
1 files changed, 2 insertions, 2 deletions
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 4b05e52ca0..883f192db3 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
@@ -17,12 +17,12 @@ DEPENDS = " \
17 gnome-online-accounts \ 17 gnome-online-accounts \
18 gsettings-desktop-schemas \ 18 gsettings-desktop-schemas \
19 libdazzle \ 19 libdazzle \
20 tracker \ 20 tinysparql \
21 libhandy \ 21 libhandy \
22 libportal \ 22 libportal \
23" 23"
24 24
25RDEPENDS:${PN} = "tracker-miners" 25RDEPENDS:${PN} = "localsearch"
26 26
27 27
28inherit gnomebase gettext gnome-help features_check 28inherit gnomebase gettext gnome-help features_check