aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/efl1/ecore/fix-directfb-include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/efl1/ecore/fix-directfb-include.patch')
-rw-r--r--recipes/efl1/ecore/fix-directfb-include.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/efl1/ecore/fix-directfb-include.patch b/recipes/efl1/ecore/fix-directfb-include.patch
new file mode 100644
index 0000000000..b1c06f7f43
--- /dev/null
+++ b/recipes/efl1/ecore/fix-directfb-include.patch
@@ -0,0 +1,13 @@
+Index: ecore-0.9.9.038/src/lib/ecore_directfb/Ecore_DirectFB.h
+===================================================================
+--- ecore-0.9.9.038.orig/src/lib/ecore_directfb/Ecore_DirectFB.h
++++ ecore-0.9.9.038/src/lib/ecore_directfb/Ecore_DirectFB.h
+@@ -23,7 +23,7 @@
+ #endif
+
+ #include <Ecore_Data.h>
+-#include <directfb.h>
++#include <directfb/directfb.h>
+
+
+ #ifdef __cplusplus