summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2014-09-21 02:40:29 +0000
committerJavier Jardón <jjardon@gnome.org>2014-09-22 02:13:33 +0100
commit616fe655315ed287c15533ae5cf307b8a53c1142 (patch)
treecd9b1f660bf438b4832c61be92d8fb1af6313445
parent13c42bedbc9c8e9c35b2328842b5c6b803c2c4ae (diff)
downloaddefinitions-616fe655315ed287c15533ae5cf307b8a53c1142.tar.gz
mesa.morph: Build nouveau driver as well
So we support Tegra K1 graphics / GK20A by default
-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..42738e6d 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=intel,i915,i965,swrast,nouveau
;;
*)
- DRIDRIVERS=swrast
+ DRIDRIVERS=swrast,nouveau
;;
esac
./autogen.sh --prefix="$PREFIX" \