mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-09 13:08:47 +08:00
19 lines
371 B
TOML
19 lines
371 B
TOML
[source]
|
|
tar = "https://www.x.org/releases/individual/lib/xcb-util-cursor-0.1.6.tar.xz"
|
|
blake3 = "af6e7e99779682450e4cb3aa7225f5724845b1672c0380c65ca03b58dfb2d5d8"
|
|
script = """
|
|
DYNAMIC_INIT
|
|
autotools_recursive_regenerate
|
|
"""
|
|
|
|
[build]
|
|
dependencies = [
|
|
"xcb-util-image",
|
|
"xcb-util-renderutil",
|
|
]
|
|
template = "custom"
|
|
script = """
|
|
DYNAMIC_INIT
|
|
cookbook_configure
|
|
"""
|