summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-04-16 16:07:42 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-04-16 16:13:37 +0000
commit617679b9666f1cbbb7bcfc31a4e1c9e71892d651 (patch)
treef7e689afbe92ca641e508dfc52baeb9aebcc3bdb
parenta3ee5470241c3d3675c91cd551ce5efb2e0bd38b (diff)
downloadmesa-617679b9666f1cbbb7bcfc31a4e1c9e71892d651.tar.gz
Drop dri driver 'intel' also in mesa-x
-rw-r--r--mesa-x.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesa-x.morph b/mesa-x.morph
index 7dc57638401..017f31e5cae 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=i915,i965,swrast"
]
}