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 """