summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2014-08-28 01:22:18 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2014-08-28 11:46:22 +0100
commit076a69727e8b2b3495fc15e8215f915ef8bacd87 (patch)
treee9896b925f923973b066b32c46b931880ed36880
parentf14acc5693ee3c48da32ff20cd1ee49d16f9bc02 (diff)
downloaddefinitions-076a69727e8b2b3495fc15e8215f915ef8bacd87.tar.gz
mesa.morph: Indent configure arguments
-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"