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

16 lines
292 B
TOML

#TODO can't detect fontconfig
[source]
tar = "https://github.com/libass/libass/releases/download/0.17.1/libass-0.17.1.tar.xz"
[build]
template = "configure"
dependencies = [
"freetype2",
"zlib",
"libpng",
"fribidi",
"harfbuzz",
"glib",
"pcre",
"fontconfig",
]