packaging: enable virgl driver for QEMU 88/299488/1
authorŁukasz Stelmach <l.stelmach@samsung.com>
Mon, 2 Oct 2023 13:49:23 +0000 (15:49 +0200)
committerŁukasz Stelmach <l.stelmach@samsung.com>
Mon, 2 Oct 2023 20:04:56 +0000 (22:04 +0200)
Change-Id: I50d28c769e4b1c93f8f756c740e4743a2f72084a
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
packaging/mesa.spec

index daaf290..fdcdbbb 100644 (file)
@@ -40,7 +40,7 @@ ExclusiveArch:
 %define enable_driver() %{expand:%%{?!enable_%{1}: %%global enable_%{1} 1}}
 
 %ifarch %ix86 x86_64
-%define gallium_drivers "i915,swrast"
+%define gallium_drivers "i915,virgl,swrast"
 %define vulkan_drivers ""
 %define dri_drivers ""
 %else
@@ -53,7 +53,7 @@ ExclusiveArch:
 %if %{USE_VULKAN} == 1
 %enable_driver vulkan
 %endif
-%define gallium_drivers "vc4,v3d,kmsro,swrast"
+%define gallium_drivers "vc4,v3d,kmsro,virgl,swrast"
 %define vulkan_drivers "%{?enable_vulkan:%{VULKAN_DRIVER}}"
 %define dri_drivers "auto"
 %endif