linux: Default to dri not xlib on all arches
authorAdam Jackson <ajax@redhat.com>
Wed, 1 Aug 2012 15:44:28 +0000 (11:44 -0400)
committerAdam 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

index b01b1921bd07ab17a7b10cfd3a8f59ebd05173a4..258c8ba0b479bd10912e588230185a457c19dd41 100644 (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