redox/recipes/wip/libs/other/libass/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

25 lines
461 B
TOML

[source]
tar = "https://github.com/libass/libass/releases/download/0.17.3/libass-0.17.3.tar.xz"
blake3 = "bfbcc2a97193eb5c2a6c54d07c508d42ff62387a8a9d8b3959d15b6115bca8b6"
script = """
autotools_recursive_regenerate
"""
[build]
dependencies = [
"expat",
"fontconfig",
"freetype2",
"fribidi",
"glib",
"harfbuzz",
"libpng",
"pcre2",
"zlib",
]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_configure --disable-asm
"""