redox/recipes/wip/libxau/recipe.toml
2023-12-22 02:46:24 +00:00

9 lines
176 B
TOML

#TODO compiled but not tested
[source]
tar = "https://www.x.org/releases/individual/lib/libXau-1.0.11.tar.xz"
[build]
template = "configure"
dependencies = [
"x11proto",
]