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