From fc5703d07790c25c88166db4796545667f81ab86 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 13 May 2025 09:15:54 -0600 Subject: [PATCH] mesa-x11 and others: enable egl --- recipes/wip/libs/other/libepoxy/recipe.toml | 5 ++++- recipes/wip/x11/mesa-demos-x11/recipe.toml | 3 +++ recipes/wip/x11/mesa-glu-x11/recipe.toml | 2 ++ recipes/wip/x11/mesa-x11/recipe.toml | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/recipes/wip/libs/other/libepoxy/recipe.toml b/recipes/wip/libs/other/libepoxy/recipe.toml index 56e439ebf..c4eaa6531 100644 --- a/recipes/wip/libs/other/libepoxy/recipe.toml +++ b/recipes/wip/libs/other/libepoxy/recipe.toml @@ -10,6 +10,9 @@ dependencies = [ "libx11", "libxau", "libxcb", + "libxext", + "libxfixes", + "libxxf86vm", "llvm18", "mesa-x11", "x11proto", @@ -18,7 +21,7 @@ dependencies = [ script = """ DYNAMIC_INIT cookbook_meson \ - -Degl=no \ + -Degl=yes \ -Dglx=yes \ -Dtests=false """ diff --git a/recipes/wip/x11/mesa-demos-x11/recipe.toml b/recipes/wip/x11/mesa-demos-x11/recipe.toml index e7512cdf0..6a94ccccc 100644 --- a/recipes/wip/x11/mesa-demos-x11/recipe.toml +++ b/recipes/wip/x11/mesa-demos-x11/recipe.toml @@ -5,12 +5,15 @@ patches = ["redox.patch"] [build] dependencies = [ + "expat", "libpthread-stubs", "libstdcxx", "libx11", "libxau", "libxcb", "libxext", + "libxfixes", + "libxml2", "libxxf86vm", "llvm18", "mesa-x11", diff --git a/recipes/wip/x11/mesa-glu-x11/recipe.toml b/recipes/wip/x11/mesa-glu-x11/recipe.toml index aeba39f61..c4a7e860a 100644 --- a/recipes/wip/x11/mesa-glu-x11/recipe.toml +++ b/recipes/wip/x11/mesa-glu-x11/recipe.toml @@ -9,6 +9,8 @@ dependencies = [ "libxau", "libxcb", "libxext", + "libxfixes", + "libxxf86vm", "mesa-x11", "x11proto", ] diff --git a/recipes/wip/x11/mesa-x11/recipe.toml b/recipes/wip/x11/mesa-x11/recipe.toml index fceb29d98..2eb099649 100644 --- a/recipes/wip/x11/mesa-x11/recipe.toml +++ b/recipes/wip/x11/mesa-x11/recipe.toml @@ -20,7 +20,7 @@ script = """ DYNAMIC_INIT cookbook_meson \ -Ddri-drivers-path=/usr/lib/dri \ - -Degl=disabled \ + -Degl=enabled \ -Dglx=dri \ -Dllvm=enabled \ -Dplatforms=x11 \