diff options
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 | ||