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:
Adam Jackson 2012-08-01 11:44:28 -04:00
parent 8592933de8
commit 33ef67ab20

View file

@ -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