summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-12-03 19:34:46 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-12-03 19:34:46 +0000
commite96f3daac78e3971e4500a31e72c0a7e5845c3d1 (patch)
tree73672d95438e73ba9a62aaa07d779d533578875c
parentf64dd91f4f2a2591e66b38fdfdfa83077f8221ab (diff)
downloadmesa-baserock/genivi/baseline-armv7-versatile.tar.gz
Drop the Intel DRI drivers as they are not available on ARMbaserock/genivi/baseline-armv7-versatile
-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"
]
}