Title: [251169] trunk/Source/ThirdParty/ANGLE
Revision
251169
Author
bfulg...@apple.com
Date
2019-10-15 16:40:00 -0700 (Tue, 15 Oct 2019)

Log Message

Unreviewed build fix after r251018


* PlatformFTW.cmake: Add missing dxgi library.

Modified Paths

Diff

Modified: trunk/Source/ThirdParty/ANGLE/ChangeLog (251168 => 251169)


--- trunk/Source/ThirdParty/ANGLE/ChangeLog	2019-10-15 23:39:06 UTC (rev 251168)
+++ trunk/Source/ThirdParty/ANGLE/ChangeLog	2019-10-15 23:40:00 UTC (rev 251169)
@@ -1,3 +1,10 @@
+2019-10-15  Brent Fulgham  <bfulg...@apple.com>
+
+        Unreviewed build fix after r251018
+
+
+        * PlatformFTW.cmake: Add missing dxgi library.
+
 2019-10-12  Stephan Szabo  <stephan.sz...@sony.com>
 
         Regression (251018): Wincairo build broken: unresolved external symbol

Modified: trunk/Source/ThirdParty/ANGLE/PlatformFTW.cmake (251168 => 251169)


--- trunk/Source/ThirdParty/ANGLE/PlatformFTW.cmake	2019-10-15 23:39:06 UTC (rev 251168)
+++ trunk/Source/ThirdParty/ANGLE/PlatformFTW.cmake	2019-10-15 23:40:00 UTC (rev 251169)
@@ -23,7 +23,7 @@
         ANGLE_ENABLE_D3D11
     )
 
-    list(APPEND ANGLEGLESv2_LIBRARIES dxguid)
+    list(APPEND ANGLEGLESv2_LIBRARIES dxguid dxgi)
 
     # DirectX 9 support should be optional but ANGLE will not compile without it
     list(APPEND ANGLE_SOURCES ${libangle_d3d9_sources})
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to