Discussion:
[directfb-users] how to build directfb with pvr2d gfx support ?
d***@gmail.com
2012-04-23 13:24:18 UTC
Permalink
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) ?



Best regards,
Thanks !
Denis Oliver Kropp
2012-05-03 20:17:50 UTC
Permalink
Post by d***@gmail.com
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/ |
"------------------------------------------"
Loading...