Skip to content

Commit

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

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

    meson.build:394:2: ERROR: Dependency "smbclient" not found, tried pkgconfig and cmake
  • Loading branch information
pmenzel committed Sep 30, 2019
1 parent 3c48304 commit c8b57a9
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 @@ -58,6 +58,7 @@ mee_configure() {
-Dafc=false \
-Dfuse=false \
-Dgoa=false \
-Dsmb=false \
-Ddnssd=false
}

Expand Down

0 comments on commit c8b57a9

Please sign in to comment.