]> git.pld-linux.org Git - packages/gdm.git/commitdiff
- added systemd bcond (off by default) - when enabled, systemd is used for DEVEL
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Sat, 24 Mar 2012 09:59:39 +0000 (09:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  session tracking instead of deprecated ConsoleKit.

Changed files:
    gdm.spec -> 1.295.2.2

gdm.spec

index dbbcb9746a62e6b560b078a94708084833f69fde..c22e1f311f2d0edfcd6705b4fb0f68cd9c11cad5 100644 (file)
--- 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 \
This page took 0.026187 seconds and 4 git commands to generate.