mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 17:35:18 +00:00
fix if conditional
This commit is contained in:
parent
0e51efd867
commit
bfba468339
1 changed files with 1 additions and 1 deletions
|
@ -386,7 +386,7 @@ export LDFLAGS="-static-libstdc++"
|
|||
%{?with_opencl:--enable-opencl --enable-opencl-icd} %{!?with_opencl:--disable-opencl} \
|
||||
--enable-glx-tls \
|
||||
--enable-texture-float=yes \
|
||||
%if %{with_vulkan}
|
||||
%if %{?with_vulkan}
|
||||
%{?vulkan_drivers} \
|
||||
--with-sha1=libcrypto \
|
||||
%endif
|
||||
|
|
Loading…
Reference in a new issue