mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-03 18:18:44 +08:00
18 lines
368 B
TOML
18 lines
368 B
TOML
[source]
|
|
tar = "https://www.x.org/releases/individual/lib/xcb-util-renderutil-0.3.10.tar.xz"
|
|
blake3 = "085c94d08bd8181512d4ce93cf0e5bcd48cd8ed983bbb7a7bcb3a3c2312a08ea"
|
|
script = """
|
|
DYNAMIC_INIT
|
|
autotools_recursive_regenerate
|
|
"""
|
|
|
|
[build]
|
|
dependencies = [
|
|
"libxcb",
|
|
]
|
|
template = "custom"
|
|
script = """
|
|
DYNAMIC_INIT
|
|
cookbook_configure --disable-selective-werror
|
|
"""
|