| Summary: | [GTK] build breaks with -DUSE_OPENGL_OR_ES=OFF: epoxy/egl.h no such file or directory | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Thomas Devoogdt <thomas.devoogdt> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
|
Description
Thomas Devoogdt
2023-09-27 01:10:08 PDT
Note that the same does apply to AcceleratedSurfaceDMABuf. It seems that commit https://commits.webkit.org/265188@main introduced the problems. The USE(GBM) checks were dropped but should have been replaced by USE(EGL). PR: main: https://github.com/WebKit/WebKit/pull/18346 2.42: https://github.com/WebKit/WebKit/pull/18347 Committed 268598@main (c124153d271b): <https://commits.webkit.org/268598@main> Reviewed commits have been landed. Closing PR #18346 and removing active labels. Committed 266719.76@bugfix/USE_EGL-2.42 (b751733c75f7): <https://commits.webkit.org/266719.76@bugfix/USE_EGL-2.42> Reviewed commits have been landed. Closing PR #18347 and removing active labels. |