diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-03 11:40:58 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-01-03 12:02:34 +0100 |
commit | 156f6d3dc264c26f743a4359e4d40181a79ba038 (patch) | |
tree | 9dd3f8be261acb0a02cbc901d1cd70583351f93b /recipes-graphics/directfb/++dfb/dfb-api-change.patch | |
parent | d178c04eb55df22f13efb5e5f8677e33fd26a83c (diff) | |
download | meta-openembedded-156f6d3dc264c26f743a4359e4d40181a79ba038.tar.gz |
directfb from OE
Diffstat (limited to 'recipes-graphics/directfb/++dfb/dfb-api-change.patch')
-rw-r--r-- | recipes-graphics/directfb/++dfb/dfb-api-change.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-graphics/directfb/++dfb/dfb-api-change.patch b/recipes-graphics/directfb/++dfb/dfb-api-change.patch new file mode 100644 index 0000000000..bec4e4cd85 --- /dev/null +++ b/recipes-graphics/directfb/++dfb/dfb-api-change.patch | |||
@@ -0,0 +1,13 @@ | |||
1 | diff -ruN ++DFB-1.0.0-orig/include/++dfb.h ++DFB-1.0.0/include/++dfb.h | ||
2 | --- ++DFB-1.0.0-orig/include/++dfb.h 2007-02-02 23:48:36.000000000 +0100 | ||
3 | +++ ++DFB-1.0.0/include/++dfb.h 2010-06-09 11:53:07.000000000 +0200 | ||
4 | @@ -46,6 +46,9 @@ | ||
5 | |||
6 | #include <directfb.h> | ||
7 | |||
8 | +// Work around old lib expectations. | ||
9 | +typedef u8 __u8; | ||
10 | + | ||
11 | #undef IDirectFB | ||
12 | #undef IDirectFBScreen | ||
13 | #undef IDirectFBDisplayLayer | ||