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

11 lines
207 B
TOML

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