[sysprof] flatpak: fix systemd compiler flags



commit d8ef9cac0e6b68043338128fe5a5b691b52f2e67
Author: Christian Hergert <chergert redhat com>
Date:   Mon May 6 21:16:23 2019 -0700

    flatpak: fix systemd compiler flags

 build-aux/flatpak/org.gnome.Sysprof2.json | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/build-aux/flatpak/org.gnome.Sysprof2.json b/build-aux/flatpak/org.gnome.Sysprof2.json
index 283172d..473aff7 100644
--- a/build-aux/flatpak/org.gnome.Sysprof2.json
+++ b/build-aux/flatpak/org.gnome.Sysprof2.json
@@ -49,7 +49,9 @@
             "config-opts" : [
                 "--disable-polkitd",
                 "--disable-man-pages",
-                "--disable-introspection"
+                "--disable-introspection",
+                "--enable-libsystemd-login=no",
+                "--with-systemdsystemunitdir=no"
             ],
             "rm-configure" : true,
             "cleanup" : [


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