diff --git a/ports/mesa/port.sh b/ports/mesa/port.sh index 1756bf0..2063d04 100755 --- a/ports/mesa/port.sh +++ b/ports/mesa/port.sh @@ -29,9 +29,7 @@ cp ports/mesa/changes/meson.build bin/mesa/meson.build cp ports/mesa/changes/src_gallium_targets_osmesa_meson.build bin/mesa/src/gallium/targets/osmesa/meson.build cd bin/mesa -meson ../build-mesa --cross-file ../meson_cross.txt \ - -Dosmesa=gallium \ - -Ddefault_library=static +meson ../build-mesa --cross-file ../meson_cross.txt -Dosmesa=gallium -Ddefault_library=static -Dllvm=false ninja -C ../build-mesa cd ../..