[gnome-continuous] gvfs: disable smb support



commit 0ffce35680abd0424d1b371a37b7f5e62c738fe5
Author: Iñigo Martínez <inigomartinez gmail com>
Date:   Thu Apr 5 20:11:21 2018 +0200

    gvfs: disable smb support
    
    The image used in gnome-continuous does not have support for
    `samba`, so the support for `smb` backend is disabled.

 manifest.json |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index f317dcb..91d7eb0 100644
--- a/manifest.json
+++ b/manifest.json
@@ -848,7 +848,8 @@
                                  "-Dafc=false",
                                  "-Dbluray=false",
                                  "-Dgphoto2=false",
-                                 "-Dlibusb=false"]},
+                                 "-Dlibusb=false",
+                                 "-Dsmb=false"]},
 
                {"src": "gnome:gnome-bluetooth",
                 "config-opts": ["-Dgtk-doc=false"]},


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]