[webkit-changes] [WebKit/WebKit] 019d6d: [GTK][WPE] Only enable ENABLE_WEBGL2 compile-time ...

Thomas Devoogdt noreply at github.com
Mon Dec 12 08:35:55 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 019d6d9469f55872c49696691e61fdc24f0e5be2
      https://github.com/WebKit/WebKit/commit/019d6d9469f55872c49696691e61fdc24f0e5be2
  Author: Thomas Devoogdt <thomas.devoogdt at barco.com>
  Date:   2022-12-12 (Mon, 12 Dec 2022)

  Changed paths:
    M Source/cmake/OptionsGTK.cmake

  Log Message:
  -----------
  [GTK][WPE] Only enable ENABLE_WEBGL2 compile-time guard when USE_OPENGL_OR_ES is ON

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

Reviewed by Michael Catanzaro.

This option was added quite recently: https://commits.webkit.org/253023@main,

But conflicts with PlatformEnable.h:

943: #if ENABLE(WEBGL2) && !ENABLE(WEBGL)
944: #error "ENABLE(WEBGL2) requires ENABLE(WEBGL)"
945: #endif

Signed-off-by: Thomas Devoogdt <thomas.devoogdt at barco.com>

Canonical link: https://commits.webkit.org/257730@main




More information about the webkit-changes mailing list