redox/recipes/wip/x11/libxft/recipe.toml
2026-06-11 17:18:53 +07:00

16 lines
321 B
TOML

[source]
tar = "https://www.x.org/releases/individual/lib/libXft-2.3.9.tar.xz"
blake3 = "db5b642f7d5f1184d0975db36ae9f9fbd0a0c538a2288930fc034376374e83dc"
script = """
autotools_recursive_regenerate
"""
[build]
dependencies = [
"fontconfig",
"freetype2",
"libx11",
"libxrender",
]
template = "configure"