[geary/wip/nielsdg/fix-flatpak-build-folks] ci: Don't build BlueZ backend



commit 361cf5ae697dfbf9af8be813a7e3dc221f8d9510
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Thu Feb 6 07:36:46 2020 +0100

    ci: Don't build BlueZ backend
    
    We figured out in libfolks that we were accidentally not properly
    requiring the `python3-dbusmock` module that is necessary for the BlueZ
    tests. We might want to be smarter about this in the future, but let's
    just lose the offending backend for now.
    
    Fixes https://gitlab.gnome.org/GNOME/geary/issues/695

 org.gnome.Geary.json | 1 +
 org.gnome.Geary.yml  | 1 +
 2 files changed, 2 insertions(+)
---
diff --git a/org.gnome.Geary.json b/org.gnome.Geary.json
index 4645fee0..ffa0c039 100644
--- a/org.gnome.Geary.json
+++ b/org.gnome.Geary.json
@@ -149,6 +149,7 @@
             "buildsystem": "meson",
             "config-opts": [
                 "-Dtelepathy_backend=false",
+                "-Dbluez_backend=false",
                 "-Dinspect_tool=false",
                 "-Dimport_tool=false"
             ],
diff --git a/org.gnome.Geary.yml b/org.gnome.Geary.yml
index 624fccf2..3ce16728 100644
--- a/org.gnome.Geary.yml
+++ b/org.gnome.Geary.yml
@@ -162,6 +162,7 @@ modules:
     buildsystem: meson
     config-opts:
       - "-Dtelepathy_backend=false"
+      - "-Dbluez_backend=false"
       - "-Dinspect_tool=false"
       - "-Dimport_tool=false"
     sources:


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