Add libglvnd

This commit is contained in:
Jeremy Soller 2025-05-04 21:38:59 -06:00
parent 131852c21f
commit 965fd72044
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -0,0 +1,18 @@
[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
"""