From c8b57a9d8834dceab2063f9ca99fb5c9a70a18d4 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 30 Sep 2019 17:30:10 +0200 Subject: [PATCH] gvfs: Disable SMB 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 --- gvfs.be0 | 1 + 1 file changed, 1 insertion(+) diff --git a/gvfs.be0 b/gvfs.be0 index 7199ba5d4..c9fe6c5aa 100755 --- a/gvfs.be0 +++ b/gvfs.be0 @@ -58,6 +58,7 @@ mee_configure() { -Dafc=false \ -Dfuse=false \ -Dgoa=false \ + -Dsmb=false \ -Ddnssd=false }