projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8592933
)
linux: Default to dri not xlib on all arches
author
Adam Jackson
<ajax@redhat.com>
Wed, 1 Aug 2012 15:44:28 +0000
(11:44 -0400)
committer
Adam Jackson
<ajax@redhat.com>
Wed, 1 Aug 2012 16:37:25 +0000
(12:37 -0400)
Even on s390{,x} where there's no video card, you still want this so GLX
protocol works.
Reviewed-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Adam Jackson <ajax@redhat.com>
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index b01b1921bd07ab17a7b10cfd3a8f59ebd05173a4..258c8ba0b479bd10912e588230185a457c19dd41 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-723,9
+723,7
@@
default_driver="xlib"
case "$host_os" in
linux*)
- case "$host_cpu" in
- i*86|x86_64|powerpc*|sparc*|ia64*) default_driver="dri";;
- esac
+ default_driver="dri";;
;;
*freebsd* | dragonfly* | *netbsd*)
case "$host_cpu" in