[gnome-continuous] gvfs: disable libusb support



commit 33a7aa01ed800c57582b7176c22047317d2e8ab3
Author: Iñigo Martínez <inigomartinez gmail com>
Date:   Thu Apr 5 19:58:53 2018 +0200

    gvfs: disable libusb support
    
    The image used in gnome-continuous has the `1.0.19` version of the
    `libusb-1.0` library. However, this version is not recent enough for
    `gvfs` to build the `libusb` support, because it needs a version
    equal or higher than `1.0.21`.
    
    Due to this not recent enough version, the `libusb` support is
    disabled.

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


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