Skip to content

Commit

Permalink
gvfs: adjust fuse packageconfig to fuse3
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
(cherry picked from commit bc5394b)
Signed-off-by: Armin Kuster <[email protected]>
  • Loading branch information
diegorondini authored and akuster committed Nov 10, 2020
1 parent 24830d1 commit 8d0ef1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-gnome/recipes-gnome/gvfs/gvfs_1.42.2.bb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ PACKAGECONFIG[samba] = "-Dsmb=true, -Dsmb=false, samba"
PACKAGECONFIG[systemd] = "-Dsystemduserunitdir=${systemd_user_unitdir} -Dtmpfilesdir=${libdir}/tmpfiles.d, -Dsystemduserunitdir=no -Dtmpfilesdir=no, systemd"

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

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

0 comments on commit 8d0ef1e

Please sign in to comment.