From: Christian König <christian.koe...@amd.com> Since we now have UVD support we should enable them by default.
Signed-off-by: Christian König <christian.koe...@amd.com> --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 55ebb07..aa95406 100644 --- a/configure.ac +++ b/configure.ac @@ -1353,10 +1353,10 @@ dnl dnl Gallium G3DVL configuration dnl AC_ARG_ENABLE([gallium-g3dvl], - [AS_HELP_STRING([--enable-gallium-g3dvl], - [build gallium g3dvl @<:@default=disabled@:>@])], + [AS_HELP_STRING([--disable-gallium-g3dvl], + [build gallium g3dvl @<:@default=enabled@:>@])], [enable_gallium_g3dvl="$enableval"], - [enable_gallium_g3dvl=no]) + [enable_gallium_g3dvl=yes]) if test "x$enable_gallium_g3dvl" = xyes; then if test "x$with_gallium_drivers" = x; then AC_MSG_ERROR([cannot enable G3DVL without Gallium]) -- 1.7.9.5 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev