Bug 220151 - WebKitGTK 2.30.4 - Missing header file X11/Xutil.h in PlatformDisplayX11.cpp
Summary: WebKitGTK 2.30.4 - Missing header file X11/Xutil.h in PlatformDisplayX11.cpp
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-26 08:34 PST by Dave Blanchard
Modified: 2020-12-26 08:34 PST (History)
0 users

See Also:


Attachments
Patch to add missing include X11/Xutil.h (352 bytes, patch)
2020-12-26 08:34 PST, Dave Blanchard
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.