From 7151364370a883cc5e9d350d3e97fca0b8844b9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erg=C3=BCn=20Salman?= Date: Mon, 22 Aug 2016 00:05:18 +0300 Subject: [PATCH] actions fix --- system/boot/plymouth/actions.py | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/system/boot/plymouth/actions.py b/system/boot/plymouth/actions.py index 3068410f94..c2c8f91e8a 100644 --- a/system/boot/plymouth/actions.py +++ b/system/boot/plymouth/actions.py @@ -22,20 +22,19 @@ def setup(): # The end-start colors seems to be used by the two-step plugin # Disable nouveau drm renderer as it causes hangs when starting X server autotools.configure("--enable-tracing \ - --enable-static \ - --enable-pango \ --with-logo=%s \ --with-release-file=/etc/pisilinux-release \ --with-background-color=0x000000 \ --with-background-end-color-stop=0x000000 \ --with-background-start-color-stop=0x000000 \ --with-system-root-install \ - --with-boot-tty=/dev/tty1 \ + --with-boot-tty=/dev/tty7 \ --with-shutdown-tty=/dev/tty1 \ - --disable-silent-rules \ - --disable-systemd-integration \ - --disable-gdm-transition \ - --without-log-viewer \ + --with-log-viewer \ + --disable-libdrm_nouveau \ + --disable-tests \ + --disable-static \ + --enable-gdm-transition \ --without-rhgb-compat-link" % LOGO_FILE) def build():