Hi folks,

this is a tiny patch that fixes evas include of header directfb.h. The
current include makes it hard for people with multiple versions of
DirectFB installed to compile the code.

This is the correct way to include that header, and it's the way
ecore_directfb does it.

Cheers,

Eduardo.
diff --git a/evas/src/modules/engines/directfb/Evas_Engine_DirectFB.h 
b/evas/src/modules/engines/directfb/Evas_Engine_DirectFB.h
index a2e9d3a..53352b7 100644
--- evas/src/modules/engines/directfb/Evas_Engine_DirectFB.h
+++ evas/src/modules/engines/directfb/Evas_Engine_DirectFB.h
@@ -2,7 +2,7 @@
 #define _EVAS_ENGINE_DIRECTFB_H

 #include <Evas.h>
-#include <directfb/directfb.h>
+#include <directfb.h>

 typedef struct _Evas_Engine_Info_DirectFB Evas_Engine_Info_DirectFB;

------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to