diff options
author | Markus Volk <f_l_k@t-online.de> | 2022-12-10 10:28:10 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-12-10 23:06:36 -0800 |
commit | 216b7002ccc6e861de0d267468b4e1ba22cde86a (patch) | |
tree | a0790176829640eb51c0fbcefbe3ac3d6c5e042a | |
parent | 6b3b2ac0fd5cc35022a53a25106d6ae2b49145bc (diff) | |
download | meta-openembedded-216b7002ccc6e861de0d267468b4e1ba22cde86a.tar.gz |
gvfs: fix dependencies
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/gvfs/gvfs_1.50.2.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/gvfs/gvfs_1.50.2.bb b/meta-gnome/recipes-gnome/gvfs/gvfs_1.50.2.bb index 0e7293734..5bad2153c 100644 --- a/meta-gnome/recipes-gnome/gvfs/gvfs_1.50.2.bb +++ b/meta-gnome/recipes-gnome/gvfs/gvfs_1.50.2.bb | |||
@@ -12,6 +12,7 @@ DEPENDS += "\ | |||
12 | gsettings-desktop-schemas \ | 12 | gsettings-desktop-schemas \ |
13 | libgudev \ | 13 | libgudev \ |
14 | libsecret \ | 14 | libsecret \ |
15 | libxml2 \ | ||
15 | shadow-native \ | 16 | shadow-native \ |
16 | " | 17 | " |
17 | 18 | ||
@@ -61,8 +62,8 @@ PACKAGECONFIG[admin] = "-Dadmin=true, -Dadmin=false, libcap polkit" | |||
61 | PACKAGECONFIG[afc] = "-Dafc=true, -Dafc=false, libimobiledevice libplist" | 62 | PACKAGECONFIG[afc] = "-Dafc=true, -Dafc=false, libimobiledevice libplist" |
62 | PACKAGECONFIG[archive] = "-Darchive=true, -Darchive=false, libarchive" | 63 | PACKAGECONFIG[archive] = "-Darchive=true, -Darchive=false, libarchive" |
63 | PACKAGECONFIG[dnssd] = "-Ddnssd=true, -Ddnssd=false, avahi" | 64 | PACKAGECONFIG[dnssd] = "-Ddnssd=true, -Ddnssd=false, avahi" |
64 | PACKAGECONFIG[gcr] = "-Dgcr=true, -Dgcr=false, gcr" | 65 | PACKAGECONFIG[gcr] = "-Dgcr=true, -Dgcr=false, gcr3" |
65 | PACKAGECONFIG[http] = "-Dhttp=true, -Dhttp=false, libsoup-2.4" | 66 | PACKAGECONFIG[http] = "-Dhttp=true, -Dhttp=false, libsoup-3.0" |
66 | PACKAGECONFIG[libmtp] = "-Dmtp=true, -Dmtp=false, libmtp" | 67 | PACKAGECONFIG[libmtp] = "-Dmtp=true, -Dmtp=false, libmtp" |
67 | PACKAGECONFIG[logind] = "-Dlogind=true, -Dlogind=false, systemd" | 68 | PACKAGECONFIG[logind] = "-Dlogind=true, -Dlogind=false, systemd" |
68 | PACKAGECONFIG[libgphoto2] = "-Dgphoto2=true, -Dgphoto2=false, libgphoto2" | 69 | PACKAGECONFIG[libgphoto2] = "-Dgphoto2=true, -Dgphoto2=false, libgphoto2" |