redox/recipes/wip/libs/other/libxtst/recipe.toml
2026-03-24 18:55:54 -03:00

10 lines
200 B
TOML

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