redox/recipes/wip/x11/libglvnd/recipe.toml
2025-10-14 12:07:45 -03:00

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"