diff --git a/makeMesa b/makeMesa index 8f4347e6..678942f8 100755 --- a/makeMesa +++ b/makeMesa @@ -29,7 +29,7 @@ # Build script for mesa and offscreen mesa (osmesa) # #------------------------------------------------------------------------------ -mesaPACKAGE=mesa-22.2.5 +mesaPACKAGE=mesa-24.0.2 offscreen=false #------------------------------------------------------------------------------ @@ -112,7 +112,6 @@ options="\ -Dprefix=$prefixDIR \ -Dgallium-drivers=swrast \ -Dllvm=enabled \ - -Ddri-drivers=[] \ -Dvulkan-drivers=[] \ -Dgbm=disabled \ -Degl=disabled" @@ -122,7 +121,7 @@ then && options="$options -Dglx=gallium-xlib" \ || options="$options -Dglx=xlib" else - options="$options -Dosmesa=gallium" + options="$options -Dosmesa=true" fi # Build mesa