Re: [Mesa-dev] [PATCH] build: Fix FTBFS bug introduced by ee55500c22

2014-02-19 Thread Emil Velikov
On 19/02/14 18:12, Kai Wasserbäch wrote: > 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. > Thanks for the patch Kai The issue has been reported already[1] and a slightly more appropriate patch has

[Mesa-dev] [PATCH] build: Fix FTBFS bug introduced by ee55500c22

2014-02-19 Thread Kai Wasserbäch
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 Signed-off-by: Kai Wasserbäch --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/conf