[webkit-changes] [WebKit/WebKit] b75173: [GTK] fix USE_EGL checks when GBM renderer is used
Thomas Devoogdt
noreply at github.com
Fri Sep 29 08:03:21 PDT 2023
Branch: refs/heads/webkitglib/2.42
Home: https://github.com/WebKit/WebKit
Commit: b751733c75f724f9301cb828f7994af57605c52f
https://github.com/WebKit/WebKit/commit/b751733c75f724f9301cb828f7994af57605c52f
Author: Thomas Devoogdt <thomas.devoogdt at barco.com>
Date: 2023-09-29 (Fri, 29 Sep 2023)
Changed paths:
M Source/WebKit/UIProcess/API/glib/WebKitProtocolHandler.cpp
M Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp
M Source/WebKit/UIProcess/gtk/AcceleratedBackingStore.cpp
M Source/WebKit/UIProcess/gtk/AcceleratedBackingStoreDMABuf.cpp
M Source/WebKit/UIProcess/gtk/AcceleratedBackingStoreDMABuf.h
M Source/WebKit/UIProcess/gtk/AcceleratedBackingStoreDMABuf.messages.in
M Source/WebKit/WebProcess/WebPage/AcceleratedSurface.cpp
M Source/WebKit/WebProcess/WebPage/gtk/AcceleratedSurfaceDMABuf.cpp
M Source/WebKit/WebProcess/WebPage/gtk/AcceleratedSurfaceDMABuf.h
M Source/WebKit/WebProcess/WebPage/gtk/AcceleratedSurfaceDMABuf.messages.in
M Source/WebKit/WebProcess/glib/WebProcessGLib.cpp
Log Message:
-----------
[GTK] fix USE_EGL checks when GBM renderer is used
https://bugs.webkit.org/show_bug.cgi?id=262169
Reviewed by Michael Catanzaro.
Regression since commit 81c064ddb4182a34a36def401025d223ca0d31ba.
webkitgtk-2.42.0/Source/WebKit/UIProcess/gtk/AcceleratedBackingStoreDMABuf.cpp:39:10: fatal error: epoxy/egl.h: No such file or directory
39 | #include <epoxy/egl.h>
| ^~~~~~~~~~~~~
Signed-off-by: Thomas Devoogdt <thomas.devoogdt at barco.com>
Canonical link: https://commits.webkit.org/266719.76@bugfix/USE_EGL-2.42
More information about the webkit-changes
mailing list