[webkit-changes] [WebKit/WebKit] 5caa08: REGRESSION(266244 at main): Build failure with libjxl...
Carlos Alberto Lopez Perez
noreply at github.com
Tue Aug 15 04:54:03 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5caa0800061a720f10eeed49f77f56e32427490e
https://github.com/WebKit/WebKit/commit/5caa0800061a720f10eeed49f77f56e32427490e
Author: Carlos Alberto Lopez Perez <clopez at igalia.com>
Date: 2023-08-15 (Tue, 15 Aug 2023)
Changed paths:
M Source/cmake/OptionsGTK.cmake
M Source/cmake/OptionsWPE.cmake
Log Message:
-----------
REGRESSION(266244 at main): Build failure with libjxl < 0.7.0
https://bugs.webkit.org/show_bug.cgi?id=260186
Reviewed by Carlos Garcia Campos.
The macros JPEGXL_NUMERIC_VERSION and JPEGXL_COMPUTE_NUMERIC_VERSION
where introduced in libjxl 0.7.0
Versions lower than that don't define this macros.
So require at configure time as minimum version 0.7.0
* Source/cmake/OptionsGTK.cmake
* Source/cmake/OptionsWPE.cmake
Canonical link: https://commits.webkit.org/266903@main
More information about the webkit-changes
mailing list