summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mesa.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesa.morph b/mesa.morph
index bb86cc9a9b0..6ca6d857e82 100644
--- a/mesa.morph
+++ b/mesa.morph
@@ -3,6 +3,6 @@
"kind": "chunk",
"build-system": "autotools",
"configure-commands": [
- "./autogen.sh --prefix=\"$PREFIX\" --without-gallium-drivers"
+ "./autogen.sh --prefix=\"$PREFIX\" --with-gallium-drivers=svga,swrast --with-dri-drivers=i915,swrast"
]
}