redox/recipes/wip/libxft/recipe.toml
2023-12-22 03:00:47 +00:00

10 lines
195 B
TOML

#TODO missing xorg-macros package
[source]
tar = "https://www.x.org/releases/individual/lib/libXft-2.3.8.tar.xz"
[build]
template = "configure"
dependencies = [
"libxrender",
"libx11",
]