]> git.pld-linux.org Git - packages/bootsplash.git/blame - bootsplash-freetype-includes.patch
- added init script for activating bootsplash on other consoles
[packages/bootsplash.git] / bootsplash-freetype-includes.patch
CommitLineData
ee3d0103
JB
1--- bootsplash-3.0.7/Utilities/ttf.c.orig 2003-08-09 11:58:44.000000000 +0200
2+++ bootsplash-3.0.7/Utilities/ttf.c 2003-12-21 18:31:18.877268696 +0100
3@@ -10,9 +10,10 @@
4 #include <string.h>
5 #include <assert.h>
6
7-#include <freetype/freetype.h>
8-#include <freetype/ftoutln.h>
9-#include <freetype/ttnameid.h>
10+#include <ft2build.h>
11+#include FT_FREETYPE_H
12+#include FT_OUTLINE_H
13+#include FT_TRUETYPE_IDS_H
14
15 #include "ttf.h"
16
This page took 0.10774 seconds and 4 git commands to generate.