[Mesa-dev] [PATCH] build: Fix FTBFS bug introduced by ee55500c22
Kai Wasserbäch
kai at dev.carbon-project.org
Wed Feb 19 10:12:40 PST 2014
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.velikov at gmail.com>
Signed-off-by: Kai Wasserbäch <kai at 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
More information about the mesa-dev
mailing list