redox/recipes/wip/libs/libice/recipe.toml
2024-02-22 03:31:34 +00:00

10 lines
185 B
TOML

#TODO missing packages
[source]
tar = "https://www.x.org/releases/individual/lib/libICE-1.1.1.tar.xz"
[build]
template = "configure"
dependencies = [
"libxtrans",
"x11proto",
]