mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 05:14:18 +08:00
21 lines
365 B
TOML
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"
|
|
]
|