From b7b8168aae2efdc6be31960cf53252f77d40ec39 Mon Sep 17 00:00:00 2001 From: vasilito Date: Sat, 25 Jul 2026 13:45:47 +0900 Subject: [PATCH] Revert "mesa: drop iris/radeonsi/Vulkan drivers for greeter (need unported libclc)" This reverts commit e1fc194c06f98a478cca85f3a92f7d713708d1f5. --- local/recipes/libs/mesa/recipe.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/local/recipes/libs/mesa/recipe.toml b/local/recipes/libs/mesa/recipe.toml index fd0bd028e3..d1cae2c3c6 100644 --- a/local/recipes/libs/mesa/recipe.toml +++ b/local/recipes/libs/mesa/recipe.toml @@ -91,14 +91,14 @@ cookbook_meson \ -Degl=enabled \ -Dgbm=enabled \ -Dglx=disabled \ - -Dgallium-drivers=softpipe,llvmpipe,virgl \ + -Dgallium-drivers=softpipe,llvmpipe,virgl,iris,radeonsi \ -Dllvm=enabled \ -Dplatforms=wayland,redox \ -Degl-native-platform=redox \ -Dshader-cache=disabled \ -Dc_args="['-include','alloca.h','-DCLOCK_MONOTONIC_RAW=(CLOCK_MONOTONIC+1000)','-Wno-error=implicit-function-declaration','-Wno-error=missing-prototypes','-Wno-error=return-type','-Wno-error=empty-body','-Wno-error=incompatible-pointer-types','-Wno-error=int-conversion','-Wno-error=format','-Wno-error','-std=gnu11','-Dstatic_assert=_Static_assert']" \ -Dcpp_args="['-include','alloca.h','-Wno-error=implicit-function-declaration','-Wno-error=missing-prototypes','-Wno-error=return-type','-Wno-error=empty-body','-Wno-error=incompatible-pointer-types','-Wno-error=int-conversion','-Wno-error=format','-Wno-error']" \ - -Dvulkan-drivers= \ + -Dvulkan-drivers=intel,amd,swrast \ -Dshared-glapi=enabled # Hack to add LLVM libs, the list can be seen from meson log and check for matches $("${LLVM_CONFIG}" --libs)