redox/recipes/wip/libs/other/libx11/recipe.toml
2024-06-26 03:59:18 +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",
]