mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 13:48:06 +02:00
linux: Default to dri not xlib on all arches
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>
This commit is contained in:
parent
8592933de8
commit
33ef67ab20
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue