[fc9e91cc78e1817d80b4ba8c2dc9a638d0c57959825ee34f5e3d7688ad80dfb9] flatpak: Disable systemd for gnome-settings-daemon



commit 97de694bf960ecd7ad94cb91b3f34b13a80c0469
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Fri Jul 3 08:52:59 2020 +0200

    flatpak: Disable systemd for gnome-settings-daemon
    
    We don't have it.

 build-aux/flatpak/org.gnome.Settings.json | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/build-aux/flatpak/org.gnome.Settings.json b/build-aux/flatpak/org.gnome.Settings.json
index 9078d9008..7731f494e 100644
--- a/build-aux/flatpak/org.gnome.Settings.json
+++ b/build-aux/flatpak/org.gnome.Settings.json
@@ -444,6 +444,9 @@
         {
             "name" : "gnome-settings-daemon",
             "buildsystem" : "meson",
+            "config-opts" : [
+                "-Dsystemd=false"
+            ],
             "sources" : [
                 {
                     "type" : "git",


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