summaryrefslogtreecommitdiff
path: root/strata
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2015-10-11 17:33:37 +0900
committerJavier Jardón <jjardon@gnome.org>2015-10-12 20:56:38 +0100
commitb5cc396dbd3c8ad936de25c142ea052303ba4070 (patch)
tree9271ea12489b609727368a5337e824ac2cafab95 /strata
parent52db2eaecb644e8e6c5d1154562de54adbac3d6f (diff)
downloaddefinitions-b5cc396dbd3c8ad936de25c142ea052303ba4070.tar.gz
Adding gdm to gnome strata
The display manager provides services which are essential to GNOME Shell (and should be responsible for launching the session initially). Change-Id: Ibee801fde4dd63d7fea7dc89432d65d4523f28a8
Diffstat (limited to 'strata')
-rw-r--r--strata/gnome.morph10
-rw-r--r--strata/gnome/gdm.morph5
2 files changed, 15 insertions, 0 deletions
diff --git a/strata/gnome.morph b/strata/gnome.morph
index b692642f..08b42dc9 100644
--- a/strata/gnome.morph
+++ b/strata/gnome.morph
@@ -388,3 +388,13 @@ chunks:
build-depends:
- polkit
build-system: autotools
+- name: gdm
+ morph: strata/gnome/gdm.morph
+ repo: upstream:gdm
+ ref: 494ec8cee5727c37118994d3864c44f36aa454fc
+ unpetrify-ref: master
+ build-depends:
+ - polkit
+ - accountsservice
+ - libcanberra
+ - dconf
diff --git a/strata/gnome/gdm.morph b/strata/gnome/gdm.morph
new file mode 100644
index 00000000..cd5e37e9
--- /dev/null
+++ b/strata/gnome/gdm.morph
@@ -0,0 +1,5 @@
+name: gdm
+kind: chunk
+build-system: autotools
+configure-commands:
+- ./autogen.sh --prefix="$PREFIX" --sysconfdir=/etc --with-plymouth=no