[gnome-builder/abderrahim/flatpak-systemd] build: explicitly disable systemd dependency in polkit and ostree
- From: Abderrahim Kitouni <akitouni src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/abderrahim/flatpak-systemd] build: explicitly disable systemd dependency in polkit and ostree
- Date: Fri, 8 Mar 2019 13:48:23 +0000 (UTC)
commit efaa97565117fc5efa81f6db8031830dc8e28871
Author: Abderrahim Kitouni <akitouni gnome org>
Date: Fri Mar 8 14:41:23 2019 +0100
build: explicitly disable systemd dependency in polkit and ostree
build-aux/flatpak/org.gnome.Builder.json | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/build-aux/flatpak/org.gnome.Builder.json b/build-aux/flatpak/org.gnome.Builder.json
index 0fde99842..4ac1c3d60 100644
--- a/build-aux/flatpak/org.gnome.Builder.json
+++ b/build-aux/flatpak/org.gnome.Builder.json
@@ -138,6 +138,8 @@
"name" : "polkit",
"config-opts" : [
"--disable-polkitd",
+ "--disable-libsystemd-login",
+ "--without-systemdsystemunitdir",
"--disable-man-pages",
"--disable-introspection"
],
@@ -416,7 +418,9 @@
{
"name" : "ostree",
"config-opts" : [
- "--disable-man"
+ "--disable-man",
+ "--without-systemdsystemunitdir",
+ "--without-systemdsystemgeneratordir"
],
"cleanup" : [
"/bin",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]