From e5c439e9ea87d4a28064d1ccf67bbd31903f036a Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 6 May 2025 15:39:00 -0600 Subject: [PATCH] mesa-glu-x11: enable glvnd --- recipes/wip/x11/mesa-glu-x11/recipe.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/wip/x11/mesa-glu-x11/recipe.toml b/recipes/wip/x11/mesa-glu-x11/recipe.toml index aeba39f61..06ecaae68 100644 --- a/recipes/wip/x11/mesa-glu-x11/recipe.toml +++ b/recipes/wip/x11/mesa-glu-x11/recipe.toml @@ -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 """