mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-28 07:44:18 +08:00
9 lines
177 B
TOML
9 lines
177 B
TOML
#TODO compiled but not tested
|
|
[source]
|
|
tar = "https://www.x.org/releases/individual/lib/libXdmcp-1.1.4.tar.xz"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"x11proto",
|
|
]
|