Accepting request 122014 from home:vuntz:branches:GNOME:Factory
Disable systemd support OBS-URL: https://build.opensuse.org/request/show/122014 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdm?expand=0&rev=213
This commit is contained in:
committed by
Git OBS Bridge
parent
4f9c1de989
commit
d7c2f810d7
7
gdm.spec
7
gdm.spec
@@ -17,8 +17,9 @@
|
||||
|
||||
|
||||
# We can enable systemd support only if we have xorg 1.12, as it means
|
||||
# starting X with --seat.
|
||||
%define with_systemd 0%{?suse_version} > 1210
|
||||
# starting X with --seat, and only if we build the whole system with
|
||||
# systemd support (for instance, NetworkManager).
|
||||
%define with_systemd 0
|
||||
# FIXME: need to check what should be done to enable this (at least adapt the pam files). See bnc#699999
|
||||
%define enable_split_authentication 0
|
||||
|
||||
@@ -262,6 +263,8 @@ autoreconf -f -i
|
||||
--enable-ipv6 \
|
||||
%if %{with_systemd}
|
||||
--with-systemd \
|
||||
%else
|
||||
--without-systemd \
|
||||
%endif
|
||||
--with-console-kit \
|
||||
%if %{enable_split_authentication}
|
||||
|
Reference in New Issue
Block a user