[jhbuild] 3.28: Disable systemd for colord on non-systemd systems



commit f02f8e5e4dc6704c4bd9b28b00a97315006c0213
Author: Ting-Wei Lan <lantw src gnome org>
Date:   Sun Dec 24 18:24:28 2017 +0800

    3.28: Disable systemd for colord on non-systemd systems

 modulesets/gnome-suites-core-deps-3.28.modules |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/modulesets/gnome-suites-core-deps-3.28.modules b/modulesets/gnome-suites-core-deps-3.28.modules
index 55a5fd9..bedbb39 100644
--- a/modulesets/gnome-suites-core-deps-3.28.modules
+++ b/modulesets/gnome-suites-core-deps-3.28.modules
@@ -258,6 +258,9 @@ the module and we will just change it to use a tarball anyway.
 
   <meson id="colord"
          mesonargs="-Denable-bash-completion=false -Denable-vala=true">
+    <if condition-unset="systemd">
+      <mesonargs value="-Denable-systemd=false"/>
+    </if>
     <branch repo="github.com" checkoutdir="colord" module="hughsie/colord.git"/>
     <dependencies>
       <dep package="argyll"/>


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