redox/recipes/wip/libs/xcb-util/recipe.toml
2024-02-18 01:29:09 +00:00

9 lines
168 B
TOML

#TODO make libxcb work
[source]
tar = "https://www.x.org/releases/individual/lib/xcb-util-0.4.1.tar.xz"
[build]
template = "configure"
dependencies = [
"libxcb",
]