We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5142b9 commit 730bb16Copy full SHA for 730bb16
makeMesa
@@ -29,7 +29,7 @@
29
# Build script for mesa and offscreen mesa (osmesa)
30
#
31
#------------------------------------------------------------------------------
32
-mesaPACKAGE=mesa-22.2.5
+mesaPACKAGE=mesa-24.0.2
33
offscreen=false
34
35
@@ -112,7 +112,6 @@ options="\
112
-Dprefix=$prefixDIR \
113
-Dgallium-drivers=swrast \
114
-Dllvm=enabled \
115
- -Ddri-drivers=[] \
116
-Dvulkan-drivers=[] \
117
-Dgbm=disabled \
118
-Degl=disabled"
@@ -122,7 +121,7 @@ then
122
121
&& options="$options -Dglx=gallium-xlib" \
123
|| options="$options -Dglx=xlib"
124
else
125
- options="$options -Dosmesa=gallium"
+ options="$options -Dosmesa=true"
126
fi
127
128
# Build mesa
0 commit comments