projects
/
hvlinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ef31b2
)
Fix error when compiling Mesa for Intel graphic card
author
Hugo Villeneuve
<hugo@hugovil.com>
Thu, 27 Jun 2013 12:25:55 +0000
(08:25 -0400)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Fri, 28 Jun 2013 03:35:31 +0000
(23:35 -0400)
stage4/pkg/MesaLib
patch
|
blob
|
history
diff --git
a/stage4/pkg/MesaLib
b/stage4/pkg/MesaLib
index
0fc244c
..
ed54cb7
100644
(file)
--- a/
stage4/pkg/MesaLib
+++ b/
stage4/pkg/MesaLib
@@
-13,7
+13,7
@@
hvconfig_pre()
;;
intel)
DRI_OPTS="${DRI_OPTS},i915,i965"
- GAL_OPTS="${GAL_OPTS},i915
,i965
"
+ GAL_OPTS="${GAL_OPTS},i915"
;;
esac
fi