summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2012-04-12 15:13:00 +0100
committerJavier Jardón <jjardon@gnome.org>2012-04-12 15:13:00 +0100
commit02d15d7a70c969391413fce5ff374ba05bb223a5 (patch)
tree210c35e3f5493e5e61c1a37985fd655983426b1a
parentd2ae0d3a46afbec2041c063ef8cfc320404af493 (diff)
downloadmesa-baserock/morph.tar.gz
Only build intel and software rasterizer drivers for nowbaserock/morph
Possible gallium drivers: - i915 (not the official) - r300 (needs llvm) - r600 - svga - nouveau - swrast (needs llvm to build llvmpipe) Possbile dri drivers: - i915,i965 (officialy supported by intel) - nouveau - r200,radeon (for all hardware) - swrast
-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"
]
}