summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAdam Jackson <[email protected]>2012-08-01 11:44:28 -0400
committerAdam Jackson <[email protected]>2012-08-01 12:37:25 -0400
commit33ef67ab20de9b04f7d3d32f01cb87c29034db88 (patch)
tree11713606c1adc42dc0d2ed02666b1ffb2c5dfdd6 /configure.ac
parent8592933de82f7742f411cb2f2c339ff7d42266da (diff)
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 <[email protected]> Signed-off-by: Adam Jackson <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index b01b1921bd0..258c8ba0b47 100644
--- 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