Hi, > I am developing a demo IVI system for Intel and came across the following > while > attempting to port the demo to Meego 1.2. The demo uses qt-mobility which has > a dependency on libGL. However, libGL is not located in the repo.
In MeeGo 1.2, Qt/Qt Mobility doesn't depends on libGL but on libGLESv2. > When I initially enquired about this I was told that MeeGo is moving away from > OpenGL in favor of OpenGL ES. That is fine except that the version of Qt that > is in the repository is not built to use OpenGL ES, so in order to use it > I would have to rebuild Qt and specify OpenGL ES as the dependency. It means you aren't using Qt from trunk/1.2 (OpenGL ES) but Qt from 1.1 (OpenGL). > To me this doesn’t make much sense as every Qt developer that wishes to use a > module with a dependency on OpenGL (such as qt-mobility) will need to rebuild > Qt instead of using the files in the repo. I think the Qt files in the repo > should be changed to use OpenGL ES natively to avoid this (especially if this > is the direction MeeGo is headed). That's the current situation in 1.2: we depends on GL ES and you don't need to rebuild anything. Your setup seems incorrect. Cheers, Fathi _______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev http://wiki.meego.com/Mailing_list_guidelines
