mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-09 21:18:41 +08:00
19 lines
284 B
TOML
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
|
|
"""
|