From bfc80cee1bbda831171640dc5fd722d425560c64 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 7 Nov 2025 14:29:24 -0700 Subject: [PATCH] mesa-x11: add DRI3 dependencies --- recipes/wip/x11/mesa-x11/recipe.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes/wip/x11/mesa-x11/recipe.toml b/recipes/wip/x11/mesa-x11/recipe.toml index 2eb099649..c18db7d98 100644 --- a/recipes/wip/x11/mesa-x11/recipe.toml +++ b/recipes/wip/x11/mesa-x11/recipe.toml @@ -5,12 +5,15 @@ same_as = "../../../libs/mesa" template = "custom" dependencies = [ "expat", + "libdrm", "libpthread-stubs", "libx11", "libxau", "libxcb", "libxext", "libxfixes", + "libxrandr", + "libxshmfence", "libxxf86vm", "llvm18", "x11proto",