Title: [253671] trunk/Source/ThirdParty/ANGLE
Revision
253671
Author
hironori.fu...@sony.com
Date
2019-12-17 20:16:52 -0800 (Tue, 17 Dec 2019)

Log Message

Unreviewed build fix for WinCairo port
https://bugs.webkit.org/show_bug.cgi?id=204914
<rdar://problem/58023118>

* include/CMakeLists.txt: Replaced '$libangle_includes' with '${libangle_includes}".

Modified Paths

Diff

Modified: trunk/Source/ThirdParty/ANGLE/ChangeLog (253670 => 253671)


--- trunk/Source/ThirdParty/ANGLE/ChangeLog	2019-12-18 03:21:08 UTC (rev 253670)
+++ trunk/Source/ThirdParty/ANGLE/ChangeLog	2019-12-18 04:16:52 UTC (rev 253671)
@@ -1,3 +1,11 @@
+2019-12-17  Fujii Hironori  <hironori.fu...@sony.com>
+
+        Unreviewed build fix for WinCairo port
+        https://bugs.webkit.org/show_bug.cgi?id=204914
+        <rdar://problem/58023118>
+
+        * include/CMakeLists.txt: Replaced '$libangle_includes' with '${libangle_includes}".
+
 2019-12-17  James Darpinian  <jdarpin...@chromium.org>
 
         Improve update-angle.sh and add gni-to-cmake.py

Modified: trunk/Source/ThirdParty/ANGLE/include/CMakeLists.txt (253670 => 253671)


--- trunk/Source/ThirdParty/ANGLE/include/CMakeLists.txt	2019-12-18 03:21:08 UTC (rev 253670)
+++ trunk/Source/ThirdParty/ANGLE/include/CMakeLists.txt	2019-12-18 04:16:52 UTC (rev 253671)
@@ -1,4 +1,4 @@
-string(REGEX REPLACE "(^|;)include/" "\\1" includes "$libangle_includes")
+string(REGEX REPLACE "(^|;)include/" "\\1" includes "${libangle_includes}")
 
 set(egl_headers ${includes})
 list(FILTER egl_headers INCLUDE REGEX "EGL/.*")
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to