diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-04-27 21:46:20 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-27 21:46:20 +0000 |
commit | adedc268790814906bb7e93b92e50d69f304a623 (patch) | |
tree | 4be25a78b924993a5fb15ae9a9f1d389c7e3d69a /packages/bootsplash/files | |
parent | 20674b19d0a0c49013f042a5ee367ccfde84ee67 (diff) |
bootsplash: make it building - close #346
Diffstat (limited to 'packages/bootsplash/files')
-rw-r--r-- | packages/bootsplash/files/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/bootsplash/files/freetype2.patch | 15 |
2 files changed, 15 insertions, 0 deletions
diff --git a/packages/bootsplash/files/.mtn2git_empty b/packages/bootsplash/files/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/bootsplash/files/.mtn2git_empty diff --git a/packages/bootsplash/files/freetype2.patch b/packages/bootsplash/files/freetype2.patch new file mode 100644 index 0000000000..3683c628f8 --- /dev/null +++ b/packages/bootsplash/files/freetype2.patch @@ -0,0 +1,15 @@ +Index: bootsplash-3.0.7/Utilities/ttf.c +=================================================================== +--- bootsplash-3.0.7.orig/Utilities/ttf.c 2003-08-09 11:58:44.000000000 +0200 ++++ bootsplash-3.0.7/Utilities/ttf.c 2006-04-04 11:26:54.210699456 +0200 +@@ -9,8 +9,9 @@ + #include <stdlib.h> + #include <string.h> + #include <assert.h> ++#include <ft2build.h> ++#include FT_FREETYPE_H + +-#include <freetype/freetype.h> + #include <freetype/ftoutln.h> + #include <freetype/ttnameid.h> + |