The referenced commit set the with_dri_drivers variable to "yes" in the auto case, which is an unknown classic DRI driver and leads to a FTBFS.
CC: Emil Velikov <emil.l.veli...@gmail.com> Signed-off-by: Kai Wasserbäch <k...@dev.carbon-project.org> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8390d27..ad00d93 100644 --- a/configure.ac +++ b/configure.ac @@ -955,7 +955,7 @@ no) ;; auto) # classic DRI drivers if test "x$enable_opengl" = xyes; then - with_dri_drivers="yes" + with_dri_drivers="swrast,i915,i965,radeon,r200,nouveau" fi ;; esac -- 1.8.5.3 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev