On Wed Feb 28 08:37:45 2024 +0000, Rémi Bernon wrote:
Do we need this if?
The purpose of this check is to only fail the build when EGL is missing and both `--with-wayland` and `--with-opengl` are specified. Without this check the build would also fail (due to the following `WINE_NOTICE_WITH`) when EGL is missing and the configure is just `--with-opengl`.
In other words I didn't want non-explicit Wayland builds to suddenly require EGL.