redox/recipes/wip/libxfixes/recipe.toml
2023-12-22 02:49:55 +00:00

11 lines
204 B
TOML

#TODO missing dependencies
[source]
tar = "https://www.x.org/releases/individual/lib/libXfixes-6.0.1.tar.xz"
[build]
template = "configure"
dependencies = [
"x11proto",
"libx11",
"libxext",
]