summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2014-09-22 02:03:42 +0100
committerJavier Jardón <jjardon@gnome.org>2014-09-22 02:13:33 +0100
commit16d7c5526e09a764208df26398af61efd49ba02d (patch)
tree860642cf46aed77f83a0551ac7132e967bea8359
parent616fe655315ed287c15533ae5cf307b8a53c1142 (diff)
downloaddefinitions-16d7c5526e09a764208df26398af61efd49ba02d.tar.gz
mesa.morph: remove reference to build "intel" driver
It doesnt exist anymore
-rw-r--r--strata/mesa-common/mesa.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/strata/mesa-common/mesa.morph b/strata/mesa-common/mesa.morph
index 42738e6d..44a9af85 100644
--- a/strata/mesa-common/mesa.morph
+++ b/strata/mesa-common/mesa.morph
@@ -6,7 +6,7 @@ configure-commands:
cpu=$(echo $TARGET | cut -d '-' -f 1)
case "$cpu" in
x86_32|x64_64)
- DRIDRIVERS=intel,i915,i965,swrast,nouveau
+ DRIDRIVERS=i915,i965,swrast,nouveau
;;
*)
DRIDRIVERS=swrast,nouveau