From: Dave Airlie <airl...@redhat.com> No reason not to build this, it has no external requirements at the moment.
Signed-off-by: Dave Airlie <airl...@redhat.com> --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 120c93e..5479ba6 100644 --- a/configure.ac +++ b/configure.ac @@ -861,13 +861,13 @@ AC_ARG_ENABLE([gallium-tests], # Option for Gallium drivers # Keep this in sync with the --with-gallium-drivers help string default value -GALLIUM_DRIVERS_DEFAULT="r300,r600,svga,swrast" +GALLIUM_DRIVERS_DEFAULT="r300,r600,svga,swrast,virgl" AC_ARG_WITH([gallium-drivers], [AS_HELP_STRING([--with-gallium-drivers@<:@=DIRS...@:>@], [comma delimited Gallium drivers list, e.g. "i915,ilo,nouveau,r300,r600,radeonsi,freedreno,svga,swrast,vc4,virgl" - @<:@default=r300,r600,svga,swrast@:>@])], + @<:@default=r300,r600,svga,swrast,virgl@:>@])], [with_gallium_drivers="$withval"], [with_gallium_drivers="$GALLIUM_DRIVERS_DEFAULT"]) -- 2.4.3 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev