Bug 220151

Summary: WebKitGTK 2.30.4 - Missing header file X11/Xutil.h in PlatformDisplayX11.cpp
Product: WebKit Reporter: Dave Blanchard <dave>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal    
Priority: P2    
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch to add missing include X11/Xutil.h none

Description Dave Blanchard 2020-12-26 08:34:06 PST
Created attachment 416783 [details]
Patch to add missing include X11/Xutil.h

In ./Source/WebCore/platform/graphics/x11/PlatformDisplayX11.cpp, X11/Xutil.h must be included, or compiling fails under certain configurations. (OpenGL being disabled is the trigger, I think.) See included patch.