mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 23:04:19 +08:00
9 lines
167 B
TOML
9 lines
167 B
TOML
#TODO directory error
|
|
[source]
|
|
tar = "https://www.x.org/releases/individual/lib/libX11-1.8.7.tar.xz"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"x11proto",
|
|
]
|