SHA256
1
0
forked from pool/gdm

Accepting request 235671 from home:fcrozat:branches:GNOME:Factory

- Remove scrollkeeper configure flag, no longer exists.
- Only build ConsoleKit support when not building systemd support.
- Update gdm-launch-environment.pamd to not call pam_loginuid, it
  was causing gdm logind session to not be detected as a greeter
  session.

OBS-URL: https://build.opensuse.org/request/show/235671
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdm?expand=0&rev=265
This commit is contained in:
Richard Brown
2014-05-29 12:13:53 +00:00
committed by Git OBS Bridge
parent 78b0960765
commit e37e0185f3
3 changed files with 11 additions and 4 deletions

View File

@@ -201,7 +201,6 @@ NOCONFIGURE=1 sh autogen.sh
--libexecdir=%{_prefix}/lib/gdm \
--localstatedir=%{_localstatedir} \
--with-at-spi-registryd-directory=%{_libexecdir}/at-spi \
--with-consolekit-directory=%{_libexecdir}/ConsoleKit \
--with-check-accelerated-directory=%{_libexecdir} \
--with-gnome-settings-daemon-directory=%{_libexecdir}/gnome-settings-daemon-3.0 \
--enable-ipv6 \
@@ -209,15 +208,15 @@ NOCONFIGURE=1 sh autogen.sh
%if %{with_systemd}
--with-systemd \
%else
--with-consolekit-directory=%{_libexecdir}/ConsoleKit \
--without-systemd \
%endif
--with-console-kit \
%endif
%if %{enable_split_authentication}
--enable-split-authentication \
%else
--disable-split-authentication \
%endif
--disable-scrollkeeper \
--with-initial-vt=7 \
--with-run-dir=/run/gdm
%__make %{?jobs:-j%jobs} V=1