summaryrefslogtreecommitdiff
path: root/recipes/qt4/qt4-x11-free-gles_4.5.2.bb
AgeCommit message (Collapse)AuthorFiles
2010-01-07qt4: Make the gles variants for Embedded and X11 provide the normal variantHolger Hans Peter Freyther1
This way a distribution/user can set PREFERRED_PROVIDER_qt4-embedded = "qt4-embedded-gles" to select the GLES/OpenVG runtime. The default is qt4-embedded as GLES require a dedicated library most of the time provided as a binary blob by the vendor requiring the user to manually download and store it at the right place. For X11 we already have a PREFERRED_PROVIDER setting in place and don't need to update. Acked-by: Koen Kooi <koen@openembedded.org>
2009-08-10qt4: Hack out the pg_config invocation on configureHolger Hans Peter Freyther1
Currently the configure script of Qt is invoking pg_config which is a native application and not staged. Even though we pass the directory with the header files we will fail the postgres test as pg_config from the host will tell us something about /usr/include. There is no need for us to check pg_config, hack it out.
2009-07-29qt4-x11-free-gles: reinstate it now the weird dependency problems have been ↵Koen Kooi1
resolved * also switch to gles2, requires less patching
2009-07-23qt*gles: rename to .disabled till the qt4 stuff becomes less magicalKoen Kooi1
2009-07-09qt4-x11-free-gles: add an OopenGL ES1 version of qt4-x11-freeKoen Kooi1
* currently sgx specific, but making it generic is easy