summaryrefslogtreecommitdiff
path: root/recipes/qt4/qt4-embedded-gles_4.6.0.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>
2010-01-05qt 4.6.0: backport a few patches from git, mainly QGL relatedKoen Kooi1
2009-12-14qt 4.6.0: fix packaging, staging and x11 buildKoen Kooi1
2009-12-10qt 4.6.0: make it build, add GLES versionsKoen Kooi1
* recipes still need lots of cleanup and fixes, help welcome