redox/recipes/wip/x11/xcb-util-cursor/recipe.toml
2025-11-20 09:26:53 -07:00

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
"""