mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 22:04:19 +08:00
16 lines
292 B
TOML
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",
|
|
]
|