Geändert:

* Bootsplash-Software-Update.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@198 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2006-07-06 10:24:53 +00:00
parent 84cab47359
commit 44ed6f8962
4 changed files with 36 additions and 14 deletions

View File

@@ -26580,10 +26580,13 @@ usr/lib/libfreetype.so.6.3.8
#usr/lib/pkgconfig/freetype2.pc
#usr/share/aclocal/freetype2.m4
##
## bootsplash 3.0.7
## bootsplash 3.2
##
sbin/splash
etc/bootsplash
sbin/bootanim
sbin/fbmngplay
sbin/fbresolution
boot/splash
##
## lcms
##

View File

@@ -0,0 +1,21 @@
--- bootsplash-3.2/Utilities/Makefile 2004-09-23 18:28:38.000000000 +0200
+++ bootsplash-3.2/Utilities/Makefile 2005-04-13 14:04:19.000000000 +0200
@@ -22,7 +22,7 @@
LIBSS_FT2 = $(LIBDIR)/libfreetype.a $(LIBDIR)/libz.a -lm
LIBSD_FT2 = -lfreetype -lm
-LIBSS_MNG = $(LIBDIR)/libmng-mini.a $(LIBDIR)/libz.a -lm
+LIBSS_MNG = $(LIBDIR)/libmng.a $(LIBDIR)/libz.a -lm
LIBSD_MNG = -lmng -lz -lm
CFLAGS = -Os -Wall -I/usr/include/freetype2
@@ -40,7 +40,7 @@
-rm -f $(PROGRAMS) $(PROGRAMS_STATIC)
splash: splash.o
- $(LINKD) $(LDFLAGS) splash.o $(LIBDIR)/libmng-mini.a -lz -lm
+ $(LINKD) $(LDFLAGS) splash.o $(LIBDIR)/libmng.a -lz -lm -ljpeg -llcms
fbtruetype: $(OBJECTS_FT2)
@rm -f fbtruetype