redox/recipes/wip/libs/image/libwebp/recipe.toml
Anhad Singh b17dd28e62
misc(recipes): remove DYNAMIC_INIT from source scripts
`autotools_recursive_regenerate` is now defined regardless of
`DYNAMIC_INIT`.

Signed-off-by: Anhad Singh <andypython@protonmail.com>
2026-02-04 18:27:55 +11:00

20 lines
388 B
TOML

[source]
tar = "https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.5.0.tar.gz"
blake3 = "8272270920a317b854b059e86c320dbdb5a2032937072bbfd5f3304d601a92cb"
script = """
autotools_recursive_regenerate
"""
[build]
dependencies = [
"libgif",
"libjpeg",
"libpng",
"libtiff",
]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_configure
"""