# # pkgconfig points to STAGING_INCDIR, hence # we need to make this a local include # or else it doesn't find its own header files # # Signed-Off: mickey@openmoko.org # Index: DirectFB-1.0.0/include/directfb.h =================================================================== --- DirectFB-1.0.0.orig/include/directfb.h +++ DirectFB-1.0.0/include/directfb.h @@ -29,10 +29,10 @@ #ifndef __DIRECTFB_H__ #define __DIRECTFB_H__ -#include +#include "dfb_types.h" #include /* struct timeval */ -#include +#include "directfb_keyboard.h" #ifdef __cplusplus extern "C"