Trying to build DirectFB (an alternative way to get JavaFX 8 programs displayed) to use the pvr2d driver (SGX 530) however the build fails with the following errors:
===============================================================
make[3]: Entering directory `/home/debian/DirectFB-1.6.3/systems/pvr2d'
CC pvr2d_primary.lo
In file included from pvr2d_primary.c:62:0:
pvr2d_system.h:33:19: fatal error: pvr2d.h: No such file or directory
compilation terminated.
make[3]: *** [pvr2d_primary.lo] Error 1
make[3]: Leaving directory `/home/debian/DirectFB-1.6.3/systems/pvr2d'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/debian/DirectFB-1.6.3/systems'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/debian/DirectFB-1.6.3'
make: *** [all] Error 2
===============================================================
Where does the TI Graphics SDK 5.1.0 install pvr2d.h to?