summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-12-03 19:34:46 +0000
committerJavier Jardón <jjardon@gnome.org>2014-07-24 13:21:00 +0100
commitd6f213a3927d9f1e915985eb17440a05b040dd63 (patch)
tree10b13f6f4282cf7d2d360d94e1bc557566aca772
parent1b0ac2773d21fb8f867575a443cbf7fbc3c0d1cd (diff)
downloadmesa-d6f213a3927d9f1e915985eb17440a05b040dd63.tar.gz
Drop the Intel DRI drivers as they are not available on ARM
-rw-r--r--mesa-wayland.morph2
-rw-r--r--mesa-x.morph2
2 files changed, 2 insertions, 2 deletions
diff --git a/mesa-wayland.morph b/mesa-wayland.morph
index 545e4b11298..8062a0d868d 100644
--- a/mesa-wayland.morph
+++ b/mesa-wayland.morph
@@ -3,6 +3,6 @@
"kind": "chunk",
"build-system": "autotools",
"configure-commands": [
- "./autogen.sh --prefix=\"$PREFIX\" --enable-gles2 --disable-gallium-egl --with-egl-platforms=wayland,drm --enable-gbm --enable-shared-glapi --with-gallium-drivers=swrast --with-dri-drivers=intel,i915,i965,swrast"
+ "./autogen.sh --prefix=\"$PREFIX\" --enable-gles2 --disable-gallium-egl --with-egl-platforms=wayland,drm --enable-gbm --enable-shared-glapi --with-gallium-drivers=swrast --with-dri-drivers=swrast"
]
}
diff --git a/mesa-x.morph b/mesa-x.morph
index 7dc57638401..654975bf389 100644
--- a/mesa-x.morph
+++ b/mesa-x.morph
@@ -3,6 +3,6 @@
"kind": "chunk",
"build-system": "autotools",
"configure-commands": [
- "./autogen.sh --prefix=\"$PREFIX\" --enable-gles2 --disable-gallium-egl --with-egl-platforms=x11,drm --enable-gbm --enable-shared-glapi --with-gallium-drivers=swrast --with-dri-drivers=intel,i915,i965,swrast"
+ "./autogen.sh --prefix=\"$PREFIX\" --enable-gles2 --disable-gallium-egl --with-egl-platforms=x11,drm --enable-gbm --enable-shared-glapi --with-gallium-drivers=swrast --with-dri-drivers=swrast"
]
}