summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/libsdl2
Commit message (Collapse)AuthorAgeFilesLines
* meta-mingw: Convert to new override syntaxRichard Purdie2021-07-301-2/+2
| | | | | | | | This converts the layer to the new override syntax. This was done using <oe-core>/scripts/contrib/convert-overrides.py <this-layer> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libsdl2: do not enable opengl3.2_M1Alexander Kanavin2020-04-291-1/+1
| | | | | | | | In some configurations this can be switched on in oe-core, and so needs to be disabled similarly to x11. Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
* libsdl2: add bbappend to fix build with mingwRoss Burton2018-06-051-0/+13
We need to disable X11 as we do with libsdl1, and also convince libtool to stop trying to be clever so the build doesn't break. Signed-off-by: Ross Burton <ross.burton@intel.com>