diff options
author | Markus Volk <f_l_k@t-online.de> | 2024-09-20 17:37:07 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-09-30 17:00:50 +0100 |
commit | 07d2dc4c98f2fe1e2c8c0aae5ce863e7bc190b5f (patch) | |
tree | f1ac8017948e950c953f4c81b7e611b74d7b7409 /meta/recipes-gnome | |
parent | 8a4fc099ff3afaaf038cd28571995aa4b182559f (diff) | |
download | poky-07d2dc4c98f2fe1e2c8c0aae5ce863e7bc190b5f.tar.gz |
gtk+3: rename tracker dependencies
This is required for gnome 47 update in meta-openembedded
(From OE-Core rev: 51864b3494bd8fe456fffb2e0ccf70fee13cc013)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/gtk+/gtk+3.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gtk+/gtk+3.inc b/meta/recipes-gnome/gtk+/gtk+3.inc index e1603b43fc..03913768b1 100644 --- a/meta/recipes-gnome/gtk+/gtk+3.inc +++ b/meta/recipes-gnome/gtk+/gtk+3.inc | |||
@@ -47,7 +47,7 @@ PACKAGECONFIG[wayland] = "-Dwayland_backend=true,-Dwayland_backend=false,wayland | |||
47 | PACKAGECONFIG[cups] = ",,cups,cups gtk3-printbackend-cups" | 47 | PACKAGECONFIG[cups] = ",,cups,cups gtk3-printbackend-cups" |
48 | PACKAGECONFIG[colord] = "-Dcolord=yes,-Dcolord=no,colord" | 48 | PACKAGECONFIG[colord] = "-Dcolord=yes,-Dcolord=no,colord" |
49 | PACKAGECONFIG[cloudproviders] = "-Dcloudproviders=true,-Dcloudproviders=false,libcloudproviders" | 49 | PACKAGECONFIG[cloudproviders] = "-Dcloudproviders=true,-Dcloudproviders=false,libcloudproviders" |
50 | PACKAGECONFIG[tracker3] = "-Dtracker3=true,-Dtracker3=false,tracker,tracker-miners" | 50 | PACKAGECONFIG[tracker3] = "-Dtracker3=true,-Dtracker3=false,tinysparql,localsearch" |
51 | 51 | ||
52 | prepare_gtk_scripts() { | 52 | prepare_gtk_scripts() { |
53 | mv ${D}${bindir}/gtk-update-icon-cache ${D}${bindir}/gtk-update-icon-cache-3.0 | 53 | mv ${D}${bindir}/gtk-update-icon-cache ${D}${bindir}/gtk-update-icon-cache-3.0 |