mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-05-13 10:51:35 +00:00
On Linux, ANGLE only builds a libEGL.so, while GLFW expects to find libEGL.so.1. The fix is to force GLFW to load libEGL.so instead. Bug: dawn:447 Change-Id: I4baa5b175a093b5b5d7a5c121085db3006c0e097 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/39561 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Stephen White <senorblanco@chromium.org>