diff --git a/gdm.changes b/gdm.changes index f2586b4..141dbdd 100644 --- a/gdm.changes +++ b/gdm.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Apr 8 02:02:20 CEST 2010 - vuntz@opensuse.org + +- Use the path for the at-spi-registryd from the old at-spi stack: + the at-spi2 developers think it's safer to ship 11.3 with the old + stack by default. + ------------------------------------------------------------------- Tue Mar 30 01:43:33 CEST 2010 - vuntz@opensuse.org diff --git a/gdm.spec b/gdm.spec index ddeeb22..08d8bf8 100644 --- a/gdm.spec +++ b/gdm.spec @@ -162,7 +162,7 @@ autoreconf -f -i %configure\ --libexecdir=%{_prefix}/lib/gdm \ --localstatedir=%{_localstatedir} \ - --with-at-spi-registryd-directory=%{_libexecdir}/at-spi2 \ + --with-at-spi-registryd-directory=%{_libexecdir}/at-spi \ --with-gnome-settings-daemon-directory=%{_libexecdir}/gnome-settings-daemon \ --with-consolekit-directory=%{_libexecdir}/ConsoleKit \ --with-polkit-gnome-directory=%{_libexecdir}/polkit-gnome \