Title: [258998] trunk/Source/WebCore
Revision
258998
Author
svil...@igalia.com
Date
2020-03-25 11:11:47 -0700 (Wed, 25 Mar 2020)

Log Message

Unreviewed build fix for GTK.

In wkb.ug/209536 we replaced ENABLE_WEBGL by ENABLE_WEBXR for cmake
builds. We just forgot to do it the same for derived sources.

* Sources.txt: replaced ENABLE_WEBGL by ENABLE_WEBXR.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (258997 => 258998)


--- trunk/Source/WebCore/ChangeLog	2020-03-25 18:08:01 UTC (rev 258997)
+++ trunk/Source/WebCore/ChangeLog	2020-03-25 18:11:47 UTC (rev 258998)
@@ -1,3 +1,12 @@
+2020-03-25  Sergio Villar Senin  <svil...@igalia.com>
+
+        Unreviewed build fix for GTK.
+
+        In wkb.ug/209536 we replaced ENABLE_WEBGL by ENABLE_WEBXR for cmake
+        builds. We just forgot to do it the same for derived sources.
+
+        * Sources.txt: replaced ENABLE_WEBGL by ENABLE_WEBXR.
+
 2020-03-25  youenn fablet  <you...@apple.com>
 
         Fix build after https://trac.webkit.org/changeset/258977/webkit

Modified: trunk/Source/WebCore/Sources.txt (258997 => 258998)


--- trunk/Source/WebCore/Sources.txt	2020-03-25 18:08:01 UTC (rev 258997)
+++ trunk/Source/WebCore/Sources.txt	2020-03-25 18:11:47 UTC (rev 258998)
@@ -3552,7 +3552,7 @@
 JSXPathResult.cpp
 JSXSLTProcessor.cpp
 
-#if ENABLE_WEBGL
+#if ENABLE_WEBXR
 
 JSWebXRBoundedReferenceSpace.cpp
 JSXREnvironmentBlendMode.cpp
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to