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

9 lines
167 B
TOML

#TODO directory error
[source]
tar = "https://www.x.org/releases/individual/lib/libX11-1.8.7.tar.xz"
[build]
template = "configure"
dependencies = [
"x11proto",
]