Careful, only configure vulkan drivers if hardware

This commit is contained in:
Adam Jackson 2018-06-18 15:54:49 -04:00
parent 09551adef2
commit 069b694dff
1 changed files with 2 additions and 0 deletions

View File

@ -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 \