[gnome-builder] flatpak: disable libsystemd support in polkit and ostree
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] flatpak: disable libsystemd support in polkit and ostree
- Date: Sat, 9 Mar 2019 06:50:16 +0000 (UTC)
commit d48c915c99f2e486952b1ed2c60398c27679e569
Author: Dor Askayo <dor askayo gmail com>
Date: Fri Mar 8 12:12:39 2019 +0200
flatpak: disable libsystemd support in polkit and ostree
build-aux/flatpak/org.gnome.Builder.json | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Builder.json b/build-aux/flatpak/org.gnome.Builder.json
index 0fde99842..7ad16b121 100644
--- a/build-aux/flatpak/org.gnome.Builder.json
+++ b/build-aux/flatpak/org.gnome.Builder.json
@@ -139,7 +139,9 @@
"config-opts" : [
"--disable-polkitd",
"--disable-man-pages",
- "--disable-introspection"
+ "--disable-introspection",
+ "--enable-libsystemd-login=no",
+ "--with-systemdsystemunitdir=no"
],
"rm-configure" : true,
"cleanup" : [
@@ -416,7 +418,8 @@
{
"name" : "ostree",
"config-opts" : [
- "--disable-man"
+ "--disable-man",
+ "--without-libsystemd"
],
"cleanup" : [
"/bin",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]