@@ -22,20 +22,19 @@ def setup():
|
|||||||
# The end-start colors seems to be used by the two-step plugin
|
# 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
|
# Disable nouveau drm renderer as it causes hangs when starting X server
|
||||||
autotools.configure("--enable-tracing \
|
autotools.configure("--enable-tracing \
|
||||||
--enable-static \
|
|
||||||
--enable-pango \
|
|
||||||
--with-logo=%s \
|
--with-logo=%s \
|
||||||
--with-release-file=/etc/pisilinux-release \
|
--with-release-file=/etc/pisilinux-release \
|
||||||
--with-background-color=0x000000 \
|
--with-background-color=0x000000 \
|
||||||
--with-background-end-color-stop=0x000000 \
|
--with-background-end-color-stop=0x000000 \
|
||||||
--with-background-start-color-stop=0x000000 \
|
--with-background-start-color-stop=0x000000 \
|
||||||
--with-system-root-install \
|
--with-system-root-install \
|
||||||
--with-boot-tty=/dev/tty1 \
|
--with-boot-tty=/dev/tty7 \
|
||||||
--with-shutdown-tty=/dev/tty1 \
|
--with-shutdown-tty=/dev/tty1 \
|
||||||
--disable-silent-rules \
|
--with-log-viewer \
|
||||||
--disable-systemd-integration \
|
--disable-libdrm_nouveau \
|
||||||
--disable-gdm-transition \
|
--disable-tests \
|
||||||
--without-log-viewer \
|
--disable-static \
|
||||||
|
--enable-gdm-transition \
|
||||||
--without-rhgb-compat-link" % LOGO_FILE)
|
--without-rhgb-compat-link" % LOGO_FILE)
|
||||||
|
|
||||||
def build():
|
def build():
|
||||||
|
|||||||
Reference in New Issue
Block a user