From 3595df0934341bf22c05e6676b7ff844a4983202 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 6 May 2025 21:32:53 -0600 Subject: [PATCH] mesa-x11: build support for dri --- recipes/wip/x11/mesa-x11/recipe.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/recipes/wip/x11/mesa-x11/recipe.toml b/recipes/wip/x11/mesa-x11/recipe.toml index 14dc386b9..dbb39f3a5 100644 --- a/recipes/wip/x11/mesa-x11/recipe.toml +++ b/recipes/wip/x11/mesa-x11/recipe.toml @@ -10,6 +10,8 @@ dependencies = [ "libxau", "libxcb", "libxext", + "libxfixes", + "libxxf86vm", "llvm18-shared", "x11proto", "zlib", @@ -17,7 +19,9 @@ dependencies = [ script = """ DYNAMIC_INIT cookbook_meson \ - -Dglx=xlib \ + -Ddri-drivers-path=/usr/lib/dri \ + -Degl=disabled \ + -Dglx=dri \ -Dllvm=enabled \ -Dplatforms=x11 \ -Dshader-cache=disabled