mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 06:14:18 +08:00
10 lines
195 B
TOML
10 lines
195 B
TOML
#TODO missing xorg-macros package
|
|
[source]
|
|
tar = "https://www.x.org/releases/individual/lib/libXft-2.3.8.tar.xz"
|
|
[build]
|
|
template = "configure"
|
|
dependencies = [
|
|
"libxrender",
|
|
"libx11",
|
|
]
|