Rémi Bernon (@rbernon) commented about configure.ac:
WINE_PACKAGE_FLAGS(XKBREGISTRY,[xkbregistry],,,, [AC_CHECK_HEADERS([xkbcommon/xkbregistry.h]) AC_CHECK_LIB(xkbregistry,rxkb_context_new,[:],[XKBREGISTRY_LIBS=""],[$XKBREGISTRY_LIBS])]) + if test "x$with_opengl" != "xno" + then + WINE_PACKAGE_FLAGS(EGL,[egl],[-lEGL],,, + [AC_CHECK_HEADER([EGL/egl.h], + [WINE_CHECK_SONAME(EGL,eglGetProcAddress,,,[$EGL_LIBS])])]) + if test "x$with_wayland" != "x" + then + WINE_NOTICE_WITH(opengl, [test -z "$SONAME_LIBEGL"], + [Wayland EGL/GL ${notice_platform}development files not found, the Wayland driver won't support OpenGL])
Do we need this to be Wayland specific? At least something like that seems more appropriate: ```suggestion:-4+0 [EGL ${notice_platform}development files not found, the Wayland driver won't support OpenGL]) ``` -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5177#note_62895