Re: [Interest] using openvg graphics system for embedded platform.

2012-01-27 Thread Ben Lau
Hi, I don't have a SH board to test. But I guess you may try to replace -plugin-gfx-directfb with -qt-gfx-directfb . On Fri, Jan 27, 2012 at 5:27 PM, haithem rahmani wrote: > Hi, > > I'm trying to cross-compile the qt-4.8.0 for a STMicroelectronics SoC, > this SoC comes with a GPU. > > I've to

[Interest] using openvg graphics system for embedded platform.

2012-01-27 Thread haithem rahmani
Hi, I'm trying to cross-compile the qt-4.8.0 for a STMicroelectronics SoC, this SoC comes with a GPU. I've to use the "directfb" gfx driver, but as you know DirectFB doesn't provide any vector graphics api, so to avoid the "raster" fallback I'm trying to enable the "openvg" based graphics system