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:
parent
501d8e2beb
commit
45e1220486
|
@ -411,7 +411,7 @@ case $host_os in
|
||||||
DRI=yes
|
DRI=yes
|
||||||
;;
|
;;
|
||||||
*solaris*)
|
*solaris*)
|
||||||
PKG_CHECK_EXISTS(libdrm, DRI=yes, DRI=no)
|
DRI=yes
|
||||||
;;
|
;;
|
||||||
darwin*)
|
darwin*)
|
||||||
AC_DEFINE(CSRG_BASED, 1, [System is BSD-like])
|
AC_DEFINE(CSRG_BASED, 1, [System is BSD-like])
|
||||||
|
|
Loading…
Reference in New Issue