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.