From: Marcin Banasiak Date: Sat, 24 Mar 2012 09:59:39 +0000 (+0000) Subject: - added systemd bcond (off by default) - when enabled, systemd is used for X-Git-Url: http://git.pld-linux.org/?p=packages%2Fgdm.git;a=commitdiff_plain;h=cbfa9a6db1238a83044b8f6ebbf84fa670345063 - added systemd bcond (off by default) - when enabled, systemd is used for session tracking instead of deprecated ConsoleKit. Changed files: gdm.spec -> 1.295.2.2 --- diff --git a/gdm.spec b/gdm.spec index dbbcb97..c22e1f3 100644 --- a/gdm.spec +++ b/gdm.spec @@ -5,6 +5,7 @@ # # Conditiional build: %bcond_without selinux # without selinux +%bcond_with systemd # rely on systemd for session tracking instead of ConsoleKit Summary: GNOME Display Manager Summary(es.UTF-8): Administrador de Entrada del GNOME @@ -231,6 +232,7 @@ touch data/gdm.schemas.in.in --disable-console-helper \ --disable-scrollkeeper \ --disable-silent-rules \ + %{__with_without systemd systemd} \ --with-console-kit \ --enable-authentication-scheme=pam \ --with-pam-prefix=/etc \