redox/recipes/wip/x11/libxrender/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

21 lines
415 B
TOML

[source]
tar = "https://www.x.org/releases/individual/lib/libXrender-0.9.12.tar.xz"
blake3 = "900b431ad77835029a88fd0d874bbd0d748ff150b9e0c3841b3ce7a346cf396a"
script = """
autotools_recursive_regenerate
"""
[build]
dependencies = [
"libpthread-stubs",
"libx11",
"libxau",
"libxcb",
"x11proto",
]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_configure --enable-malloc0returnsnull
"""