mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 22:04:19 +08:00
11 lines
204 B
TOML
11 lines
204 B
TOML
#TODO missing dependencies
|
|
[source]
|
|
tar = "https://www.x.org/releases/individual/lib/libXfixes-6.0.1.tar.xz"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"x11proto",
|
|
"libx11",
|
|
"libxext",
|
|
]
|