configure.ac: default to DRI=yes on solaris platforms

Afaict there's little-to-no reason/way one would want xserver without
DRI support on Solaris platforms.

This will allow us to simplify/fix all the libdrm detection in the next
commit.

Cc: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
Emil Velikov 2016-09-29 18:35:01 +01:00 committed by Adam Jackson
parent 501d8e2beb
commit 45e1220486
1 changed files with 1 additions and 1 deletions

View File

@ -411,7 +411,7 @@ case $host_os in
DRI=yes
;;
*solaris*)
PKG_CHECK_EXISTS(libdrm, DRI=yes, DRI=no)
DRI=yes
;;
darwin*)
AC_DEFINE(CSRG_BASED, 1, [System is BSD-like])