Skip to content

Commit 8d0ef1e

Browse files
diegorondiniakuster
authored andcommitted
gvfs: adjust fuse packageconfig to fuse3
Adjust fuse packageconfig to depend on fuse3, which is the only supported option in gvfs ≥ 1.41. https://gitlab.gnome.org/GNOME/gvfs/-/commit/7a0a06186b6fef07b8fce2360c04fd075fc84ed1 Signed-off-by: Diego Rondini <diego.rondini@kynetics.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit bc5394b) Signed-off-by: Armin Kuster <akuster808@gmail.com>
1 parent 24830d1 commit 8d0ef1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meta-gnome/recipes-gnome/gvfs/gvfs_1.42.2.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ PACKAGECONFIG[samba] = "-Dsmb=true, -Dsmb=false, samba"
6262
PACKAGECONFIG[systemd] = "-Dsystemduserunitdir=${systemd_user_unitdir} -Dtmpfilesdir=${libdir}/tmpfiles.d, -Dsystemduserunitdir=no -Dtmpfilesdir=no, systemd"
6363

6464
# needs meta-filesystems
65-
PACKAGECONFIG[fuse] = "-Dfuse=true, -Dfuse=false, fuse"
65+
PACKAGECONFIG[fuse] = "-Dfuse=true, -Dfuse=false, fuse3"
6666

6767
# libcdio-paranoia recipe doesn't exist yet
6868
PACKAGECONFIG[cdda] = "-Dcdda=true, -Dcdda=false, libcdio-paranoia"

0 commit comments

Comments
 (0)