mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-04 02:28:45 +08:00
15 lines
238 B
TOML
15 lines
238 B
TOML
[source]
|
|
# meson support not in latest release
|
|
git = "https://github.com/NVIDIA/libglvnd.git"
|
|
|
|
[build]
|
|
dependencies = [
|
|
"libpthread-stubs",
|
|
"libx11",
|
|
"libxau",
|
|
"libxcb",
|
|
"libxext",
|
|
"x11proto",
|
|
]
|
|
template = "meson"
|