redox/recipes/dev/fontconfig/recipe.toml
2026-02-15 02:01:13 +07:00

21 lines
365 B
TOML

[source]
tar = "https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.16.0.tar.xz"
blake3 = "5c95d48f5b9150f4a06d8acac12c25edaac956007df95a3bf527df02a5908f0e"
patches = [
"redox.patch"
]
[build]
template = "meson"
dependencies = [
"expat",
"freetype2",
"libpng",
"zlib",
]
dev-dependencies = [
"host:gperf"
]
mesonflags = [
"-Ddoc=disabled"
]