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

11 lines
217 B
TOML

#TODO make dependencies work
[source]
tar = "https://www.x.org/releases/individual/lib/libXaw-1.0.15.tar.xz"
[build]
template = "configure"
dependencies = [
"libx11",
"x11proto",
"libxext",
"libxmu",
]