diff --git a/x/installing/mesa.xml b/x/installing/mesa.xml index ed58074d18..93dca4aae2 100644 --- a/x/installing/mesa.xml +++ b/x/installing/mesa.xml @@ -75,14 +75,6 @@ Additional Downloads - - - - Required patch: - - Fixes a build issue relating to a removed header in llvm-17 - - @@ -275,13 +267,21 @@ DRI_DRIVERS="i965,nouveau" --> + + + Remove two unneeded references to LLVM headers to avoid a build + failure with LLVM 17 or later: + + +sed '/Scalar.h/d;/Utils.h/d' \ + -i src/gallium/auxiliary/gallivm/lp_bld_init.c + Install Mesa by running the following commands: -patch -Np1 -i ../mesa-23.1.8-llvm17-fix-1.patch -mkdir build && +mkdir build && cd build && meson setup \