Merge branch 'clean_codes_gdm_transition' into 'master'

Misc: Code cleanups, gdm-transition is obsolete, so I removed the related code and scripts.

See merge request plymouth/plymouth!86
calculate-0.9.5
Ray Strode 4 years ago
commit 774c4cc374

@ -23,7 +23,6 @@ So the basic idea is you need to:
--with-background-start-color-stop=0x0073B3 \
--with-background-end-color-stop=0x00457E \
--with-background-color=0x3391cd \
--enable-gdm-transition \
--with-system-root-install \
--with-rhgb-compat-link

@ -110,8 +110,6 @@ if test x$enable_tracing = xyes; then
AC_DEFINE(PLY_ENABLE_TRACING, 1, [Build in verbose debug tracing spew])
fi
AC_ARG_ENABLE(gdm-transition, AS_HELP_STRING([--enable-gdm-transition],[enable smooth transition to gdm]),enable_gdm_transition=$enableval,enable_gdm_transition=no)
AC_ARG_ENABLE(upstart-monitoring, AS_HELP_STRING([--enable-upstart-monitoring],[listen for messages on the Upstart D-Bus interface]),enable_upstart_monitoring=$enableval,enable_upstart_monitoring=no)
if test x$enable_upstart_monitoring = xyes; then
PKG_CHECK_MODULES(DBUS, [dbus-1])

@ -222,7 +222,6 @@ sed -i -e 's/spinner/charge/g' src/plymouthd.defaults
--with-background-start-color-stop=0x0073B3 \
--with-background-end-color-stop=0x00457E \
--with-background-color=0x3391cd \
--disable-gdm-transition \
--enable-systemd-integration \
--without-system-root-install \
--without-log-viewer \

Loading…
Cancel
Save