summaryrefslogtreecommitdiffstats
path: root/meta-boot2qt-distro/recipes-graphics
Commit message (Collapse)AuthorAgeFilesLines
* sdl2: fix sdl2.pc include pathsSamuli Piippo2019-01-111-0/+4
| | | | | | | | | SDL2 dumps all cflags to the sdl2.pc, which might then contain paths to the recipe sysroot include dir. This happens at least with raspberrypi. Change-Id: I77139bd31956039d4b8db947161f032fb8fbdaf7 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* qtgamepad: add QtGamePad to the imageSamuli Piippo2018-10-241-0/+30
| | | | | | | | And build qt3d with the gamepad support enabled. QtGamePad depends on libsdl2 which needs adjustment to build without x11. Change-Id: I03e42136ab4d50d66b0d95f14ad8f21922e03477 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* qtbase, mesa: remove gbm related bbappendsMikko Gronoff2018-10-091-31/+0
| | | | | | | | | | | | | changes available in upstream: meta-qt5: 75e2d3a2e3888c06c1da74f3f6ab82882f450064 poky: 39e0d1f0e4e3afe8e7032bb462d21f2e6f8b714e 8be26d5833cea0d221d85a3502bbc11641209701 Change-Id: Ibb3c96ce60e79272fd3a273db772bd3940dc7551 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Split meta-boot2qt layerSamuli Piippo2018-03-122-0/+61
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>