[Mesa-dev] [PATCH] gallium: build virgl by default.

Dave Airlie airlied at gmail.com
Sun Nov 22 18:28:47 PST 2015


From: Dave Airlie <airlied at redhat.com>

No reason not to build this, it has no external
requirements at the moment.

Signed-off-by: Dave Airlie <airlied at 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



More information about the mesa-dev mailing list