mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 07:44:18 +08:00
9 lines
168 B
TOML
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",
|
|
]
|