Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: c30c2b1e7a7043a4712feb6dee01d2dbc6345a84
      
https://github.com/WebKit/WebKit/commit/c30c2b1e7a7043a4712feb6dee01d2dbc6345a84
  Author: Don Olmstead <don.olmst...@sony.com>
  Date:   2023-06-09 (Fri, 09 Jun 2023)

  Changed paths:
    M Source/cmake/OptionsWin.cmake

  Log Message:
  -----------
  Modify JPEGXL detection for Windows
https://bugs.webkit.org/show_bug.cgi?id=257898

Reviewed by Michael Catanzaro.

In 265024@main `USE_JPEGXL` was moved into `WebKitFeatures.cmake` and
exposed to all ports. Previously Windows would just detect libjxl and if
present turn on support. The libjxl library is only distributed on x64
so disable it for x86. Move the check for the library below the options
list and use `REQUIRED` to error if not found.

* Source/cmake/OptionsWin.cmake:

Canonical link: https://commits.webkit.org/265035@main


_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to