summaryrefslogtreecommitdiff
path: root/recipes/angle-uwp.recipe
AgeCommit message (Collapse)AuthorFilesLines
2020-07-10angle-uwp: Bump to 2.1.20 which also supports x86Nirbheek Chauhan1-5/+8
This allows us to enable opengl support on x86 UWP. Also fix packaging on ARMv7 UWP. Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/547>
2020-07-07Add a recipe for using ANGLE with UWPNirbheek Chauhan1-0/+60
This is the binary used by the Servo folks, and is the best-maintained ANGLE-for-UWP fork out there. Instead of building it, we currently just download the nuget, extract it, and put it into the prefix. There's just one nuget for ARM64 and x86_64, but there's separate nugets for debug-crt and release-crt. Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/538>