[Webkit-unassigned] [Bug 262169] New: [GTK] build breaks with -DUSE_OPENGL_OR_ES=OFF: epoxy/egl.h no such file or directory

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 27 01:10:08 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=262169

            Bug ID: 262169
           Summary: [GTK] build breaks with -DUSE_OPENGL_OR_ES=OFF:
                    epoxy/egl.h no such file or directory
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: thomas.devoogdt at gmail.com
                CC: bugs-noreply at webkitgtk.org

This new bug report was proposed in https://bugs.webkit.org/show_bug.cgi?id=261637#c4.

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>
      |          ^~~~~~~~~~~~~

If USE_OPENGL_OR_ES=OFF, then we can't assume that EGL will be present. So the include + all it's usages should be guarded with e.g. USE(EGL).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230927/b7e41f2e/attachment.htm>


More information about the webkit-unassigned mailing list