From: Michael Tremer Date: Tue, 7 Mar 2023 11:28:42 +0000 (+0000) Subject: plymouth: Drop any dependency on image files X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08445b698be12fc4ee16423b295d677fb89e6728;p=ipfire-3.x.git plymouth: Drop any dependency on image files We don't have those in order right now. Signed-off-by: Michael Tremer --- diff --git a/plymouth/plymouth.nm b/plymouth/plymouth.nm index 5530e9a8d..5d3ac16b0 100644 --- a/plymouth/plymouth.nm +++ b/plymouth/plymouth.nm @@ -5,7 +5,7 @@ name = plymouth version = 22.02.122 -release = 2.1 +release = 3 groups = System/Base url = https://www.freedesktop.org/wiki/Software/Plymouth @@ -33,14 +33,11 @@ build libudev-devel pango-devel >= 1.21.0 systemd-devel - - %{datadir}/pixmaps/system-logo-white.png end configure_options += \ --libexecdir=/usr/lib \ --disable-gtk \ - --with-logo=%{datadir}/pixmaps/system-logo-white.png \ --with-background-start-color-stop=0x880400 \ --with-background-end-color-stop=0x000000 \ --with-background-color=0x880400 \