Skip to content

Commit 730bb16

Browse files
author
Will Bainbridge
committed
makeMesa: Updated for mesa-24+
1 parent a5142b9 commit 730bb16

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

makeMesa

+2-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# Build script for mesa and offscreen mesa (osmesa)
3030
#
3131
#------------------------------------------------------------------------------
32-
mesaPACKAGE=mesa-22.2.5
32+
mesaPACKAGE=mesa-24.0.2
3333
offscreen=false
3434

3535
#------------------------------------------------------------------------------
@@ -112,7 +112,6 @@ options="\
112112
-Dprefix=$prefixDIR \
113113
-Dgallium-drivers=swrast \
114114
-Dllvm=enabled \
115-
-Ddri-drivers=[] \
116115
-Dvulkan-drivers=[] \
117116
-Dgbm=disabled \
118117
-Degl=disabled"
@@ -122,7 +121,7 @@ then
122121
&& options="$options -Dglx=gallium-xlib" \
123122
|| options="$options -Dglx=xlib"
124123
else
125-
options="$options -Dosmesa=gallium"
124+
options="$options -Dosmesa=true"
126125
fi
127126

128127
# Build mesa

0 commit comments

Comments
 (0)