[jhbuild] 3.28: Fix non-Linux and non-Wayland build for gnome-settings-daemon
- From: Ting-Wei Lan <lantw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] 3.28: Fix non-Linux and non-Wayland build for gnome-settings-daemon
- Date: Fri, 16 Feb 2018 14:37:17 +0000 (UTC)
commit 891146834a4e7baa76fbad29c701b494825557e1
Author: Ting-Wei Lan <lantw src gnome org>
Date: Fri Feb 16 22:35:34 2018 +0800
3.28: Fix non-Linux and non-Wayland build for gnome-settings-daemon
modulesets/gnome-suites-core-3.28.modules | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/modulesets/gnome-suites-core-3.28.modules b/modulesets/gnome-suites-core-3.28.modules
index cb822c2..bb8ed35 100644
--- a/modulesets/gnome-suites-core-3.28.modules
+++ b/modulesets/gnome-suites-core-3.28.modules
@@ -302,6 +302,15 @@
</meson>
<meson id="gnome-settings-daemon">
+ <if condition-unset="linux">
+ <mesonargs value="-Dnetwork_manager=false -Drfkill=false"/>
+ </if>
+ <if condition-unset="wayland">
+ <mesonargs value="-Dwayland=false"/>
+ </if>
+ <if condition-unset="udev">
+ <mesonargs value="-Dgudev=false"/>
+ </if>
<branch/>
<dependencies>
<dep package="colord"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]