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 <[email protected]> Signed-off-by: Emil Velikov <[email protected]> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2b93a4a..90e84ab 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) -- 2.9.3 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: https://lists.x.org/mailman/listinfo/xorg-devel
