mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 08:08:41 +08:00
15 lines
327 B
TOML
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",
|
|
]
|