redox/recipes/wip/libs/libsm/recipe.toml
2024-02-10 10:37:32 +00:00

11 lines
204 B
TOML

#TODO make dependencies work
[source]
tar = "https://www.x.org/releases/individual/lib/libSM-1.2.4.tar.xz"
[build]
template = "configure"
dependencies = [
"libice",
"libxtrans",
"x11proto",
]