redox/recipes/wip/x11/libsm/recipe.toml
Anhad Singh b17dd28e62
misc(recipes): remove DYNAMIC_INIT from source scripts
`autotools_recursive_regenerate` is now defined regardless of
`DYNAMIC_INIT`.

Signed-off-by: Anhad Singh <andypython@protonmail.com>
2026-02-04 18:27:55 +11:00

19 lines
343 B
TOML

[source]
tar = "https://www.x.org/releases/individual/lib/libSM-1.2.6.tar.xz"
blake3 = "fccedc1f9781bab20b0084557464099a7b793cd704d4bb702f200def4c96dcd8"
script = """
autotools_recursive_regenerate
"""
[build]
dependencies = [
"libice",
"x11proto",
"xtrans",
]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_configure
"""