summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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" \