Changeset 251056 in webkit


Ignore:
Timestamp:
Oct 12, 2019 10:35:27 PM (4 years ago)
Author:
stephan.szabo@sony.com
Message:

Regression (251018): Wincairo build broken: unresolved external symbol
https://bugs.webkit.org/show_bug.cgi?id=202879

Reviewed by Alex Christensen.

  • PlatformWin.cmake: Add dxgi library for CreateDXGIFactory1
Location:
trunk/Source/ThirdParty/ANGLE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/ThirdParty/ANGLE/ChangeLog

    r251037 r251056  
     12019-10-12  Stephan Szabo  <stephan.szabo@sony.com>
     2
     3        Regression (251018): Wincairo build broken: unresolved external symbol
     4        https://bugs.webkit.org/show_bug.cgi?id=202879
     5
     6        Reviewed by Alex Christensen.
     7
     8        * PlatformWin.cmake: Add dxgi library for CreateDXGIFactory1
     9
    1102019-10-11  Kenneth Russell  <kbr@chromium.org>
    211
  • trunk/Source/ThirdParty/ANGLE/PlatformWin.cmake

    r245088 r251056  
    2424    )
    2525
    26     list(APPEND ANGLEGLESv2_LIBRARIES dxguid)
     26    list(APPEND ANGLEGLESv2_LIBRARIES dxguid dxgi)
    2727
    2828    # DirectX 9 support should be optional but ANGLE will not compile without it
Note: See TracChangeset for help on using the changeset viewer.