redox/recipes/wip/x11/libglvnd/recipe.toml
2025-05-04 21:39:06 -06:00

19 lines
284 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 = "custom"
script = """
DYNAMIC_INIT
cookbook_meson
"""