[gnome-contacts] flatpak: Disable BlueZ backend



commit f6e9d6f121d6e28a8145cc56859ca57bbae7a087
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Thu Feb 6 07:48:48 2020 +0100

    flatpak: Disable 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. (Note that the flatpak manifest
    doesn't even allow us to connect to the specified D-Bus interface).

 data/flatpak/org.gnome.Contacts.Devel.json | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/data/flatpak/org.gnome.Contacts.Devel.json b/data/flatpak/org.gnome.Contacts.Devel.json
index ceee26b..4b15000 100644
--- a/data/flatpak/org.gnome.Contacts.Devel.json
+++ b/data/flatpak/org.gnome.Contacts.Devel.json
@@ -137,6 +137,7 @@
             ],
             "config-opts": [
                 "-Dtelepathy_backend=false",
+                "-Dbluez_backend=false",
                 "-Dinspect_tool=false",
                 "-Dimport_tool=false"
             ],


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