Skip to content

Commit

Permalink
makeMesa: Updated for mesa-24+
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Bainbridge committed Mar 1, 2024
1 parent a5142b9 commit 730bb16
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions makeMesa
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# Build script for mesa and offscreen mesa (osmesa)
#
#------------------------------------------------------------------------------
mesaPACKAGE=mesa-22.2.5
mesaPACKAGE=mesa-24.0.2
offscreen=false

#------------------------------------------------------------------------------
Expand Down Expand Up @@ -112,7 +112,6 @@ options="\
-Dprefix=$prefixDIR \
-Dgallium-drivers=swrast \
-Dllvm=enabled \
-Ddri-drivers=[] \
-Dvulkan-drivers=[] \
-Dgbm=disabled \
-Degl=disabled"
Expand All @@ -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
Expand Down

0 comments on commit 730bb16

Please sign in to comment.