diff --git a/recipes/wip/x11/mesa-x11/recipe.toml b/recipes/wip/x11/mesa-x11/recipe.toml index 14dc386b9..527785aa4 100644 --- a/recipes/wip/x11/mesa-x11/recipe.toml +++ b/recipes/wip/x11/mesa-x11/recipe.toml @@ -5,6 +5,7 @@ same_as = "../../../libs/mesa" template = "custom" dependencies = [ "expat", + "libglvnd", "libpthread-stubs", "libx11", "libxau", @@ -17,6 +18,7 @@ dependencies = [ script = """ DYNAMIC_INIT cookbook_meson \ + -Dglvnd=true \ -Dglx=xlib \ -Dllvm=enabled \ -Dplatforms=x11 \