On Fri, Sep 11, 2015 at 11:42 AM, Noor, Ahsan wrote:
> From: Noor
>
> * In Qt5.5 qeglplatformscreen.c includes qurl.h and X.h (via eglvivante.h).
> X.h
> define None to 0L but qurl.h set None to 0 in enum. Due to this do_compile
> task
> fails saying "qurl.h:131:9: error: expected identifie
This one comes up when building for non-x11 / wayland.
for further details see qtbase
commit d04c3d2079e0df79592128a67e115ecb90b08454
Author: Laszlo Agocs
Date: Mon Mar 2 16:09:22 2015 +0100
eglfs: Pluginize RPi, iMX6 and Mali backends
eglfs does not depend on the device makespecs any
Due to other breakers only build tests for x11 / wayland were done.
Andreas Müller (2):
qtbase: remove Force_egl_visual_ID_33.patch
qtbase: follow 5.5 platform configuration style
.../qt5/qtbase/Force_egl_visual_ID_33.patch| 23 --
qt5-layer/recipes-qt/qt5/qtbase_
It does not apply for Qt 5.5 anymore and mainline qtbase takes care for vivante
specifics.
See qtbase
commit e7bd18f156e508969cc536c0f0b8e3c2c3c75c47
Author: Laszlo Agocs
Date: Wed Mar 18 11:03:39 2015 +0100
Fix EGL config - X visual matching for i.MX6
Task-number: QTBUG-44290
Cha