Title: [290426] trunk/Source/ThirdParty/ANGLE
Revision
290426
Author
[email protected]
Date
2022-02-24 04:32:45 -0800 (Thu, 24 Feb 2022)

Log Message

[GTK] WebGL ANGLE backend is broken after r290138
https://bugs.webkit.org/show_bug.cgi?id=237133

Patch by Alejandro G. Castro <[email protected]> on 2022-02-24
Reviewed by Kimmo Kinnunen.

We removed some of the options that are already included in the
general library compilation, that fixes the backend.

* PlatformGTK.cmake:

Modified Paths

Diff

Modified: trunk/Source/ThirdParty/ANGLE/ChangeLog (290425 => 290426)


--- trunk/Source/ThirdParty/ANGLE/ChangeLog	2022-02-24 12:29:30 UTC (rev 290425)
+++ trunk/Source/ThirdParty/ANGLE/ChangeLog	2022-02-24 12:32:45 UTC (rev 290426)
@@ -1 +1,13 @@
+2022-02-24  Alejandro G. Castro  <[email protected]>
+
+        [GTK] WebGL ANGLE backend is broken after r290138
+        https://bugs.webkit.org/show_bug.cgi?id=237133
+
+        Reviewed by Kimmo Kinnunen.
+
+        We removed some of the options that are already included in the
+        general library compilation, that fixes the backend.
+
+        * PlatformGTK.cmake:
+
 == Rolled over to ChangeLog-2022-02-22 ==

Modified: trunk/Source/ThirdParty/ANGLE/PlatformGTK.cmake (290425 => 290426)


--- trunk/Source/ThirdParty/ANGLE/PlatformGTK.cmake	2022-02-24 12:29:30 UTC (rev 290425)
+++ trunk/Source/ThirdParty/ANGLE/PlatformGTK.cmake	2022-02-24 12:32:45 UTC (rev 290426)
@@ -27,14 +27,4 @@
         ANGLE_ENABLE_OPENGL
     )
 
-    list(APPEND ANGLEGLESv2_LIBRARIES
-        ${CMAKE_DL_LIBS}
-        Threads::Threads
-    )
-
-    if (USE_OPENGL)
-        list(APPEND ANGLEGLESv2_LIBRARIES OpenGL::OpenGL)
-    else ()
-        list(APPEND ANGLEGLESv2_LIBRARIES OpenGL::GLES)
-    endif ()
 endif ()
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to