Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split meta-boot2qt layer | Samuli Piippo | 2018-03-12 | 10 | -5660/+0 |
| | | | | | | | | | | | Move distro specific recipes to own layer and leave only new recipes and bbclasses to meta-boot2qt layer. This makes it easier to include meta-boot2qt to your own distro layer to get access e.g., QDB and QBSP recipes that might be useful even without boot2qt distro. Task-number: QTBUG-65871 Change-Id: I6c353774dd1668b00f2d05aa262ad866b90bdef6 Reviewed-by: Timo Aarnipuro <timo.aarnipuro@qt.io> | ||||
* | colibri-vf: Fix EGLNative* typedefs to have a signed type | Andras Becsi | 2015-05-07 | 1 | -3/+3 |
| | | | | | | | | | | Chromium expects a signed type, and all other platforms also define a signed type, like Display*, HDC, int, ANativeWindow*, void*. This is a cherry-picked fix from qtglesstream to fix the QtWebEngine build for colibri-vf. Change-Id: I01d5a65b2e7512ebdc383501eacae1349a271039 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com> | ||||
* | Common dummy OpenGL implementation | Samuli Piippo | 2014-11-20 | 10 | -0/+5660 |
Use common sources and headers to provide both dummy OpenGL libs and QtGlesStream lib. Change-Id: Ia71c3ffd7b1f45bf5eea5ac78027c8439855aac5 Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com> |