From 069b694dff408ea269cb6d4d3b1ca86227099f8a Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Jun 18 2018 19:54:49 +0000 Subject: Careful, only configure vulkan drivers if hardware --- diff --git a/mesa.spec b/mesa.spec index 21de89a..95d1ae5 100644 --- a/mesa.spec +++ b/mesa.spec @@ -393,7 +393,9 @@ autoreconf -vfi %{?with_opencl:--enable-opencl --enable-opencl-icd} %{!?with_opencl:--disable-opencl} \ --enable-glx-tls \ --enable-texture-float=yes \ +%if 0%{?with_hardware} %{?vulkan_drivers} \ +%endif --enable-llvm \ --enable-llvm-shared-libs \ --enable-dri \