redox/recipes/wip/libs/libxfixes/recipe.toml
2024-02-22 03:31:34 +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",
]