redox/recipes/wip/libs/other/libxfixes/recipe.toml
2024-06-26 03:59:18 +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",
]