Skip to content

Commit

Permalink
gvfs: Disable AFC backend
Browse files Browse the repository at this point in the history
Work around the configure error below.

    Run-time dependency libimobiledevice-1.0 found: NO (tried pkgconfig and cmake)

    meson.build:360:2: ERROR: Dependency "libimobiledevice-1.0" not found, tried pkgconfig and cmake
  • Loading branch information
pmenzel committed Sep 30, 2019
1 parent 92b2ef9 commit dcee470
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gvfs.be0
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ SRCURL[0]="https://download.gnome.org/sources/gvfs/${PKGVERSION[2]}/gvfs-${PKGVE

mee_configure() {
bee_configure \
-Dafc=false \
-Dfuse=false \
-Ddnssd=false
}
Expand Down

0 comments on commit dcee470

Please sign in to comment.