diff options
| author | Markus Volk <f_l_k@t-online.de> | 2024-01-13 10:59:44 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-01-13 09:08:39 -0800 |
| commit | ac49a0988710a0b69a888aa797e5d54ad7a08a98 (patch) | |
| tree | 2f1eb1c0e8fa4c45e442409d525f7be8139d12c8 /meta-gnome | |
| parent | 5e91f44940057159d4f738395242e2678538c16e (diff) | |
| download | meta-openembedded-ac49a0988710a0b69a888aa797e5d54ad7a08a98.tar.gz | |
gvfs: drop gnome-keyring rdepend
The gnome-keyring functionality is nowadays provided by libsecret and gnome-keyring
has been deprecated. This will prevent from getting it installed/running it twice.
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
| -rw-r--r-- | meta-gnome/recipes-gnome/gvfs/gvfs_1.52.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.52.1.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.52.1.bb index 627b499fe8..7ac6c3ef21 100644 --- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.52.1.bb +++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.52.1.bb | |||
| @@ -58,7 +58,7 @@ PACKAGECONFIG[admin] = "-Dadmin=true, -Dadmin=false, libcap polkit" | |||
| 58 | PACKAGECONFIG[afc] = "-Dafc=true, -Dafc=false, libimobiledevice libplist" | 58 | PACKAGECONFIG[afc] = "-Dafc=true, -Dafc=false, libimobiledevice libplist" |
| 59 | PACKAGECONFIG[archive] = "-Darchive=true, -Darchive=false, libarchive" | 59 | PACKAGECONFIG[archive] = "-Darchive=true, -Darchive=false, libarchive" |
| 60 | PACKAGECONFIG[dnssd] = "-Ddnssd=true, -Ddnssd=false, avahi" | 60 | PACKAGECONFIG[dnssd] = "-Ddnssd=true, -Ddnssd=false, avahi" |
| 61 | PACKAGECONFIG[gcr] = "-Dgcr=true, -Dgcr=false, gcr3, gnome-keyring" | 61 | PACKAGECONFIG[gcr] = "-Dgcr=true, -Dgcr=false, gcr3" |
| 62 | PACKAGECONFIG[gcrypt] = "-Dgcrypt=true, -Dgcrypt=false, libgcrypt" | 62 | PACKAGECONFIG[gcrypt] = "-Dgcrypt=true, -Dgcrypt=false, libgcrypt" |
| 63 | PACKAGECONFIG[goa] = "-Dgoa=true, -Dgoa=false, gnome-online-accounts" | 63 | PACKAGECONFIG[goa] = "-Dgoa=true, -Dgoa=false, gnome-online-accounts" |
| 64 | PACKAGECONFIG[google] = "-Dgoogle=true, -Dgoogle=false, libgdata" | 64 | PACKAGECONFIG[google] = "-Dgoogle=true, -Dgoogle=false, libgdata" |
