mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-27 23:34:19 +08:00
10 lines
185 B
TOML
10 lines
185 B
TOML
#TODO missing dependencies
|
|
[source]
|
|
tar = "https://www.x.org/releases/individual/lib/libXmu-1.1.4.tar.xz"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"libx11",
|
|
"libxext",
|
|
]
|