mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 21:34:18 +08:00
11 lines
211 B
TOML
11 lines
211 B
TOML
#TODO make dependencies work
|
|
[source]
|
|
tar = "https://www.x.org/releases/individual/lib/libXcursor-1.2.1.tar.xz"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"libx11",
|
|
"libxfixes",
|
|
"libxrender",
|
|
]
|