From 82c2cc65e5b4ee44b0921873694144d916359d66 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sun, 4 May 2025 21:01:40 -0600 Subject: [PATCH] libepoxy: build with mesa-x11 --- recipes/wip/libs/other/libepoxy/recipe.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/wip/libs/other/libepoxy/recipe.toml b/recipes/wip/libs/other/libepoxy/recipe.toml index 74969e256..56e439ebf 100644 --- a/recipes/wip/libs/other/libepoxy/recipe.toml +++ b/recipes/wip/libs/other/libepoxy/recipe.toml @@ -6,14 +6,12 @@ patches = ["redox.patch"] [build] template = "custom" dependencies = [ - "liborbital", "libpthread-stubs", "libx11", "libxau", "libxcb", "llvm18", - "mesa", - "mesa-glu", + "mesa-x11", "x11proto", "zlib", ]