redox/recipes/wip/x11/libxcomposite/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
354 B
TOML

[source]
tar = "https://www.x.org/releases/individual/lib/libXcomposite-0.4.6.tar.xz"
blake3 = "7e02026864066869aefc1d688415b1e8c6ab0b639556f93b6f5e86063aa1bbac"
script = """
autotools_recursive_regenerate
"""
[build]
template = "custom"
dependencies = [
"libx11",
"libxfixes",
"x11proto",
]
script = """
DYNAMIC_INIT
cookbook_configure
"""