mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-07 20:18:51 +08:00
`autotools_recursive_regenerate` is now defined regardless of `DYNAMIC_INIT`. Signed-off-by: Anhad Singh <andypython@protonmail.com>
17 lines
355 B
TOML
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
|
|
"""
|