From b5cc396dbd3c8ad936de25c142ea052303ba4070 Mon Sep 17 00:00:00 2001 From: Tristan Van Berkom Date: Sun, 11 Oct 2015 17:33:37 +0900 Subject: 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 --- strata/gnome.morph | 10 ++++++++++ strata/gnome/gdm.morph | 5 +++++ 2 files changed, 15 insertions(+) create mode 100644 strata/gnome/gdm.morph 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 -- cgit v1.2.1