From 1c26cd52a89f0cc3459ea57e57a58d3d6e508088 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 6 May 2025 15:38:35 -0600 Subject: [PATCH] mesa-x11: enable glvnd --- recipes/wip/x11/mesa-x11/recipe.toml | 2 ++ 1 file changed, 2 insertions(+) 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 \