redox/recipes/wip/libs/other/libxtst/recipe.toml
2024-06-26 03:59:18 +00:00

10 lines
198 B
TOML

#TODO missing dependencies
[source]
tar = "https://www.x.org/releases/individual/lib/libXtst-1.2.4.tar.xz"
[build]
template = "configure"
dependencies = [
"libx11",
"libxi",
"libxext",
]