[jhbuild] 3.16: gdm should not depend on plymouth on non-Linux systems
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] 3.16: gdm should not depend on plymouth on non-Linux systems
- Date: Mon, 29 Dec 2014 19:45:42 +0000 (UTC)
commit 493df3fac6653b73aa542482375ec511694dc2ad
Author: Ting-Wei Lan <lantw src gnome org>
Date: Wed Dec 24 12:34:47 2014 +0800
3.16: gdm should not depend on plymouth on non-Linux systems
https://bugzilla.gnome.org/show_bug.cgi?id=741908
modulesets/gnome-suites-core-3.16.modules | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/modulesets/gnome-suites-core-3.16.modules b/modulesets/gnome-suites-core-3.16.modules
index b17d1e5..50175a0 100644
--- a/modulesets/gnome-suites-core-3.16.modules
+++ b/modulesets/gnome-suites-core-3.16.modules
@@ -928,6 +928,9 @@
</autotools>
<autotools id="gdm">
+ <if condition-unset="linux">
+ <autogenargs value="--without-plymouth"/>
+ </if>
<branch/>
<dependencies>
<dep package="accountsservice"/>
@@ -938,7 +941,9 @@
<dep package="intltool"/>
<dep package="libcanberra"/>
<dep package="nss"/>
- <dep package="plymouth"/>
+ <if condition-set="linux">
+ <dep package="plymouth"/>
+ </if>
</dependencies>
<suggests>
<dep package="upower"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]