]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
[branch-merge] Drop libpng requirements from base install
authorRay Strode <rstrode@redhat.com>
Thu, 14 Jan 2010 22:05:15 +0000 (17:05 -0500)
committerRay Strode <rstrode@redhat.com>
Thu, 14 Jan 2010 22:05:15 +0000 (17:05 -0500)
Right now, plymouthd links against libplybootsplash which links
against libpng.  Only graphical splashes use libpng, but it's
always pulled in.

This merge splits libplybootsplash into two libraries: the core
bits, and the extractable graphical bits.  Only the graphical splashes
link against the latter library.  This way server installations can
get plymouth without pulling in libpng.  This will reduce the amount
of security errata deployed to those server installations.


Trivial merge