[jhbuild] core-deps-latest: Fix arguments for mutter on FreeBSD
- From: Ting-Wei Lan <lantw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] core-deps-latest: Fix arguments for mutter on FreeBSD
- Date: Sat, 1 Dec 2018 03:56:07 +0000 (UTC)
commit c534026e49b2716b0ae32d3073ee9f90d65adba0
Author: Ting-Wei Lan <lantw src gnome org>
Date: Sat Dec 1 11:32:56 2018 +0800
core-deps-latest: Fix arguments for mutter on FreeBSD
modulesets/gnome-suites-core-latest.modules | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/modulesets/gnome-suites-core-latest.modules b/modulesets/gnome-suites-core-latest.modules
index 793ed2d8..effc2e12 100644
--- a/modulesets/gnome-suites-core-latest.modules
+++ b/modulesets/gnome-suites-core-latest.modules
@@ -523,6 +523,12 @@
</autotools>
<meson id="mutter">
+ <if condition-unset="linux">
+ <mesonargs value="-Dremote_desktop=false -Dudev=false"/>
+ </if>
+ <if condition-unset="systemd">
+ <mesonargs value="-Dnative_backend=false"/>
+ </if>
<if condition-set="wayland">
<mesonargs value="-Dwayland=true"/>
<if condition-set="freebsd">
@@ -530,7 +536,7 @@
</if>
</if>
<if condition-unset="wayland">
- <mesonargs value="-Dwayland=false"/>
+ <mesonargs value="-Dwayland=false -Dtests=false"/>
</if>
<branch/>
<dependencies>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]