aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ivi-demo/recipes-qt/qt5/qtwayland_git.bbappend
AgeCommit message (Collapse)Author
2014-10-17qtwayland: Add depend on egl recipes for Koelsch v1.4.0 bspFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-10-17qtwayland: Do not compile xcomposite-egl client buffer integration.Florin Sarbu
In our platform we use the wayland-egl client buffer integration. Because at this point we do not use the xcomposite-egl client buffer integration, and because it fails to compile with the error: src/hardwareintegration/client/xcomposite-egl/qwaylandxcompositeeglclientbufferintegration.cpp:137:67: error: invalid conversion from 'Display* {aka _XDisplay*}' to 'EGLNativeDisplayType {aka int}' [-fpermissive] | integration->mEglDisplay = eglGetDisplay(integration->mDisplay); we skip past it and do not compile it. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-09-05qtwayland: Use branch 5.4Florin Sarbu
Branch 5.3 has been removed from upstream git of qtwayland. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-08-18qtwayland: Force branch 5.3 to be builtFlorin Sarbu
On ubuntu 14.04, fetch errors appear due to bitbake trying to fetch the qtwayland revision from the "stable" branch. This commit defines "5.3" as the branch to be used when fetching the required SRCREV. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <Holger.Behrens@windriver.com>