redox/recipes/wip/libs/libjxl/recipe.toml
2024-02-22 03:31:34 +00:00

15 lines
327 B
TOML

#TODO missing script for CMake, see https://github.com/libjxl/libjxl/blob/main/BUILDING.md
[source]
git = "https://github.com/libjxl/libjxl"
rev = "954b460768c08a147abf47689ad69b0e7beff65e"
[build]
template = "custom"
dependencies = [
"libbrotli",
"libjpeg",
"libgif",
"libpng",
"libwebp",
"openexr",
]