On 04/23/12 15:24, dangbing...@gmail.com wrote:
> Hi,all
> I want to know howto build directfb with pvr2d gfx support. I just configured 
> directfb with pvr2d enabled, but if failed with building beacuse of missing
> pvr2d.h and GLES/*.h
> where can I find these headers ? Does this need an 3rd party driver SDK (ex. 
> omap 3530 gfx sdk from TI) ?

Yes, you need the SDK.

You should set the following variables before calling caonfigure:

GLES2_CFLAGS="-I/path-to-pvr2d/khronos_headers"
GLES2_LIBS="-L/path-to-pvr2d/lib -Wl,-rpath-link=/path-to-pvr2d/usr/lib -lEGL 
-lGLESv2 -lIMGegl -lpvr2d -lsrv_init -lsrv_um"

PVR2D_CFLAGS="-I/path-to-pvr2d/include"
PVR2D_LIBS="-L/path-to-pvr2d/lib -lpvr2d"


-- 
Best regards,
  Denis Oliver Kropp

.------------------------------------------.
| DirectFB - Hardware accelerated graphics |
| http://www.directfb.org/                 |
"------------------------------------------"
_______________________________________________
directfb-users mailing list
directfb-users@directfb.org
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to