diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2016-02-29 18:22:28 +0100 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:26 -0300 |
commit | 62c8d8cc6500711464049662489729f208240be8 (patch) | |
tree | ecc99e50e3a03096e6ad248760288e810a5ecd54 /classes | |
parent | 53cd2feae844bf0d34481073cbdd15482cbbef05 (diff) | |
download | meta-freescale-62c8d8cc6500711464049662489729f208240be8.tar.gz |
qtbase: Allow to build eglfs with x11 in DISTRO_FEATURES
* even when x11 is in DISTRO_FEATURES someone might configure qtbase
to build with eglfs, that works OK with Qt 5.5.1, because
-DEGL_API_FB=1 is also passed through
mkspecs/devices/linux-imx6-g++/qmake.conf
but with 5.6 and 5.7 it fails when X11 headers are include with their
own Status enum (the same errors like before
https://codereview.qt-project.org/#/c/105116/2)
Adding -DEGL_API_FB=1 like linux-imx6-g++/qmake.conf does is simplest
workaround to prevent imx-gpu-viv from including Xlib from
EGL/eglvivante.h
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'classes')
0 files changed, 0 insertions, 0 deletions