summaryrefslogtreecommitdiff
path: root/strata/mesa-common/mesa.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/mesa-common/mesa.morph')
-rw-r--r--strata/mesa-common/mesa.morph13
1 files changed, 7 insertions, 6 deletions
diff --git a/strata/mesa-common/mesa.morph b/strata/mesa-common/mesa.morph
index 38078d12..733e1b1f 100644
--- a/strata/mesa-common/mesa.morph
+++ b/strata/mesa-common/mesa.morph
@@ -13,9 +13,10 @@ configure-commands:
;;
esac
./autogen.sh --prefix="$PREFIX" \
- --enable-gles2 \
- --disable-gallium-egl \
- --with-egl-platforms=x11,drm,wayland \
- --enable-gbm --enable-shared-glapi \
- --with-gallium-drivers=swrast \
- --with-dri-drivers=$DRIDRIVERS
+ --enable-gles2 \
+ --disable-gallium-egl \
+ --with-egl-platforms=x11,drm,wayland \
+ --enable-gbm \
+ --enable-shared-glapi \
+ --with-gallium-drivers=swrast \
+ --with-dri-drivers="$DRIDRIVERS"