[webkit-changes] [WebKit/WebKit] c30c2b: Modify JPEGXL detection for Windows
Don Olmstead
noreply at github.com
Fri Jun 9 14:46:10 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c30c2b1e7a7043a4712feb6dee01d2dbc6345a84
https://github.com/WebKit/WebKit/commit/c30c2b1e7a7043a4712feb6dee01d2dbc6345a84
Author: Don Olmstead <don.olmstead at 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 at 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
More information about the webkit-changes
mailing list