redox/recipes/wip/x11/xcb-util-renderutil/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

17 lines
355 B
TOML

[source]
tar = "https://www.x.org/releases/individual/lib/xcb-util-renderutil-0.3.10.tar.xz"
blake3 = "085c94d08bd8181512d4ce93cf0e5bcd48cd8ed983bbb7a7bcb3a3c2312a08ea"
script = """
autotools_recursive_regenerate
"""
[build]
dependencies = [
"libxcb",
]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_configure --disable-selective-werror
"""