summaryrefslogtreecommitdiff
path: root/strata/mesa-common/mesa.morph
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2014-09-25 11:08:48 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2014-09-25 11:08:48 +0100
commite28023a472ba1c3ee2be2d615c90e7d5dc4b5929 (patch)
tree8f94b8b9f9dd6e14d217eee369a7cae1d6911396 /strata/mesa-common/mesa.morph
parent3cf8034029b258b76fdd588977fa9931ac6e7d0d (diff)
parent16d7c5526e09a764208df26398af61efd49ba02d (diff)
downloaddefinitions-e28023a472ba1c3ee2be2d615c90e7d5dc4b5929.tar.gz
Merge remote-tracking branch 'gitorious/jjardon/mesa'
Reviewed-By: Pedro Alvarez <pedro.alvarez@codethink.co.uk> Reviewed-By: Richard Maw <richard.maw@codethink.co.uk>
Diffstat (limited to 'strata/mesa-common/mesa.morph')
-rw-r--r--strata/mesa-common/mesa.morph4
1 files changed, 2 insertions, 2 deletions
diff --git a/strata/mesa-common/mesa.morph b/strata/mesa-common/mesa.morph
index 733e1b1f..44a9af85 100644
--- a/strata/mesa-common/mesa.morph
+++ b/strata/mesa-common/mesa.morph
@@ -6,10 +6,10 @@ configure-commands:
cpu=$(echo $TARGET | cut -d '-' -f 1)
case "$cpu" in
x86_32|x64_64)
- DRIDRIVERS=intel,i915,i965,swrast
+ DRIDRIVERS=i915,i965,swrast,nouveau
;;
*)
- DRIDRIVERS=swrast
+ DRIDRIVERS=swrast,nouveau
;;
esac
./autogen.sh --prefix="$PREFIX" \