From 3c48304af50700085481a012309132fa3c5c4d57 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Mon, 30 Sep 2019 17:25:33 +0200 Subject: [PATCH] gvfs: Disable Gnome Online Account (GOA) volume monitor Work around the configure error below. Run-time dependency goa-1.0 found: NO (tried pkgconfig and cmake) meson.build:367:2: ERROR: Dependency "goa-1.0" not found, tried pkgconfig and cmake --- gvfs.be0 | 1 + 1 file changed, 1 insertion(+) diff --git a/gvfs.be0 b/gvfs.be0 index 4208b4942..7199ba5d4 100755 --- a/gvfs.be0 +++ b/gvfs.be0 @@ -57,6 +57,7 @@ mee_configure() { bee_configure \ -Dafc=false \ -Dfuse=false \ + -Dgoa=false \ -Ddnssd=false }