From 076a69727e8b2b3495fc15e8215f915ef8bacd87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 28 Aug 2014 01:22:18 +0100 Subject: mesa.morph: Indent configure arguments --- strata/mesa-common/mesa.morph | 13 +++++++------ 1 file 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" -- cgit v1.2.1