Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 019d6d9469f55872c49696691e61fdc24f0e5be2
      
https://github.com/WebKit/WebKit/commit/019d6d9469f55872c49696691e61fdc24f0e5be2
  Author: Thomas Devoogdt <thomas.devoo...@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.devoo...@barco.com>

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


_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to