mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
11 lines
207 B
TOML
11 lines
207 B
TOML
#TODO missing dependencies
|
|
[source]
|
|
tar = "https://www.x.org/releases/individual/lib/libXdamage-1.1.6.tar.xz"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"libxfixes",
|
|
"libx11",
|
|
"x11proto",
|
|
]
|