mesa-glu-x11: enable glvnd

This commit is contained in:
Jeremy Soller 2025-05-06 15:39:00 -06:00
parent 1c26cd52a8
commit e5c439e9ea
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -4,6 +4,7 @@ blake3 = "beed1665ed983540e7502289ec50c7e66d840820af3e9ef21c9c4a7e9686ab9f"
[build]
dependencies = [
"libglvnd",
"libpthread-stubs",
"libx11",
"libxau",
@ -15,5 +16,5 @@ dependencies = [
template = "custom"
script = """
DYNAMIC_INIT
cookbook_meson -Dgl_provider=gl
cookbook_meson -Dgl_provider=glvnd
"""